Color Hex Logo

#3afefa Color Hex

#3AFEFA
(58,254,250)
0 Favorites   0 Comments

Color spaces of #3afefa

RGB 58254250
HSL0.500.990.61
HSV179°77°100°
CMYK 0.770.000.02   0.00
XYZ54.442178.6853102.7609
Yxy78.68530.23080.3336
Hunter Lab88.7047-45.6798-6.5918
CIE-Lab91.0917-46.3594-11.5382

#3afefa color RGB value is (58,254,250).

#3afefa hex color red value is 58, green value is 254 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3afefa hue: 0.50 , saturation: 0.99 and the lightness value of 3afefa is 0.61.

The process color (four color CMYK) of #3afefa color hex is 0.77, 0.00, 0.02, 0.00. Web safe color of #3afefa is #33ffff. Color #3afefa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11111010
Octal 72 376 372
Decimal 58 254 250
Hex 3A FE FA

RGB Percentages of Color #3afefa

%10.32
%45.20
%44.48

CMYK Percentages of Color #3afefa

%77
%0
%2
%0

Triadic Colors of #3afefa

#3afefa #fa3afe #fefa3a

Analogous Colors of #3afefa

#3afefa #3aa0fe #3afe98

Monochromatic Colors of #3afefa

#3afefa

Complementary Color

#3afefa #fe3a3e

#3afefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afefa Color CSS Codes

.mybgcolor {background-color:#3afefa; } 
.myforecolor {color:#3afefa; }
.mybordercolor {border:3px solid #3afefa; }

#3afefa Text Font Color

<p style="color:#3afefa">Text here</p>

This sample text font color is #3afefa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3afefa Background Color

<div style="background-color:#3afefa">
Div content here</div>

This div background color is #3afefa


#3afefa Border Color

<div style="border:3px solid #3afefa">
Div here</div>

This div border color is #3afefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,254,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3afefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3afefa;
  -webkit-box-shadow: 1px 1px 3px 2px #3afefa;
  box-shadow:         1px 1px 3px 2px #3afefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,254,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3afefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3afefa;
  -webkit-box-shadow: 1px 1px 3px 2px #3afefa;
  box-shadow:         1px 1px 3px 2px #3afefa;">
Div content here</div>

This div box has shadow with color #3afefa


Comments

No comments written yet.

Please login to write comment.