Color Hex Logo

#5aefcd Color Hex

#5AEFCD
(90,239,205)
0 Favorites   0 Comments

Color spaces of #5aefcd

RGB 90239205
HSL0.460.820.65
HSV166°62°94°
CMYK 0.620.000.14   0.06
XYZ46.102468.314468.5138
Yxy68.31440.25200.3734
Hunter Lab82.6525-45.07728.7090
CIE-Lab86.1634-47.50514.7602

#5aefcd color RGB value is (90,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11001101
Octal 132 357 315
Decimal 90 239 205
Hex 5A EF CD

RGB Percentages of Color #5aefcd

%16.85
%44.76
%38.39

CMYK Percentages of Color #5aefcd

%62
%0
%14
%6

Triadic Colors of #5aefcd

#5aefcd #cd5aef #efcd5a

Analogous Colors of #5aefcd

#5aefcd #5ac7ef #5aef83

Monochromatic Colors of #5aefcd

#5aefcd

Complementary Color

#5aefcd #ef5a7c

#5aefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefcd Color CSS Codes

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

#5aefcd Text Font Color

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

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


#5aefcd Background Color

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

This div background color is #5aefcd


#5aefcd Border Color

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

This div border color is #5aefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefcd


Comments

No comments written yet.

Please login to write comment.