Color Hex Logo

#5aefcc Color Hex

#5AEFCC
(90,239,204)
0 Favorites   0 Comments

Color spaces of #5aefcc

RGB 90239204
HSL0.460.820.65
HSV166°62°94°
CMYK 0.620.000.15   0.06
XYZ45.982068.266367.8799
Yxy68.26630.25250.3748
Hunter Lab82.6234-45.25139.1262
CIE-Lab86.1394-47.74405.2490

#5aefcc color RGB value is (90,239,204).

#5aefcc hex color red value is 90, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5aefcc hue: 0.46 , saturation: 0.82 and the lightness value of 5aefcc is 0.65.

The process color (four color CMYK) of #5aefcc color hex is 0.62, 0.00, 0.15, 0.06. Web safe color of #5aefcc is #66ffcc. Color #5aefcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11001100
Octal 132 357 314
Decimal 90 239 204
Hex 5A EF CC

RGB Percentages of Color #5aefcc

%16.89
%44.84
%38.27

CMYK Percentages of Color #5aefcc

%62
%0
%15
%6

Triadic Colors of #5aefcc

#5aefcc #cc5aef #efcc5a

Analogous Colors of #5aefcc

#5aefcc #5ac8ef #5aef82

Monochromatic Colors of #5aefcc

#5aefcc

Complementary Color

#5aefcc #ef5a7d

#5aefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefcc Color CSS Codes

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

#5aefcc Text Font Color

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

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


#5aefcc Background Color

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

This div background color is #5aefcc


#5aefcc Border Color

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

This div border color is #5aefcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,239,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 #5aefcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefcc


Comments

No comments written yet.

Please login to write comment.