Color Hex Logo

#3afeef Color Hex

#3AFEEF
(58,254,239)
0 Favorites   0 Comments

Color spaces of #3afeef

RGB 58254239
HSL0.490.990.61
HSV175°77°100°
CMYK 0.770.000.06   0.00
XYZ52.766778.015293.9387
Yxy78.01520.23480.3472
Hunter Lab88.3262-47.9337-1.2291
CIE-Lab90.7868-49.3493-6.2809

#3afeef color RGB value is (58,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11101111
Octal 72 376 357
Decimal 58 254 239
Hex 3A FE EF

RGB Percentages of Color #3afeef

%10.53
%46.10
%43.38

CMYK Percentages of Color #3afeef

%77
%0
%6
%0

Triadic Colors of #3afeef

#3afeef #ef3afe #feef3a

Analogous Colors of #3afeef

#3afeef #3aabfe #3afe8d

Monochromatic Colors of #3afeef

#3afeef

Complementary Color

#3afeef #fe3a49

#3afeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afeef Color CSS Codes

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

#3afeef Text Font Color

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

This sample text font color is #3afeef
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.


#3afeef Background Color

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

This div background color is #3afeef


#3afeef Border Color

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

This div border color is #3afeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afeef


Comments

No comments written yet.

Please login to write comment.