Color Hex Logo

#5afecc Color Hex

#5AFECC
(90,254,204)
0 Favorites   0 Comments

Color spaces of #5afecc

RGB 90254204
HSL0.450.990.67
HSV162°65°100°
CMYK 0.650.000.20   0.00
XYZ50.557377.416969.4051
Yxy77.41690.25610.3922
Hunter Lab87.9869-51.410814.8221
CIE-Lab90.5132-53.987111.5198

#5afecc color RGB value is (90,254,204).

#5afecc hex color red value is 90, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5afecc hue: 0.45 , saturation: 0.99 and the lightness value of 5afecc is 0.67.

The process color (four color CMYK) of #5afecc color hex is 0.65, 0.00, 0.20, 0.00. Web safe color of #5afecc is #66ffcc. Color #5afecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11001100
Octal 132 376 314
Decimal 90 254 204
Hex 5A FE CC

RGB Percentages of Color #5afecc

%16.42
%46.35
%37.23

CMYK Percentages of Color #5afecc

%65
%0
%20
%0

Triadic Colors of #5afecc

#5afecc #cc5afe #fecc5a

Analogous Colors of #5afecc

#5afecc #5adefe #5afe7a

Monochromatic Colors of #5afecc

#5afecc

Complementary Color

#5afecc #fe5a8c

#5afecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afecc Color CSS Codes

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

#5afecc Text Font Color

<p style="color:#5afecc">Text here</p>

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


#5afecc Background Color

<div style="background-color:#5afecc">
Div content here</div>

This div background color is #5afecc


#5afecc Border Color

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

This div border color is #5afecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,254,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5afecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5afecc;
  -webkit-box-shadow: 1px 1px 3px 2px #5afecc;
  box-shadow:         1px 1px 3px 2px #5afecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afecc


Comments

No comments written yet.

Please login to write comment.