Color Hex Logo

#5aefc0 Color Hex

#5AEFC0
(90,239,192)
0 Favorites   0 Comments

Color spaces of #5aefc0

RGB 90239192
HSL0.450.820.65
HSV161°62°94°
CMYK 0.620.000.20   0.06
XYZ44.597467.712460.5885
Yxy67.71240.25790.3916
Hunter Lab82.2875-47.261513.9459
CIE-Lab85.8624-50.530011.1221

#5aefc0 color RGB value is (90,239,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11000000
Octal 132 357 300
Decimal 90 239 192
Hex 5A EF C0

RGB Percentages of Color #5aefc0

%17.27
%45.87
%36.85

CMYK Percentages of Color #5aefc0

%62
%0
%20
%6

Triadic Colors of #5aefc0

#5aefc0 #c05aef #efc05a

Analogous Colors of #5aefc0

#5aefc0 #5ad4ef #5aef76

Monochromatic Colors of #5aefc0

#5aefc0

Complementary Color

#5aefc0 #ef5a89

#5aefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefc0 Color CSS Codes

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

#5aefc0 Text Font Color

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

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


#5aefc0 Background Color

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

This div background color is #5aefc0


#5aefc0 Border Color

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

This div border color is #5aefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefc0


Comments

No comments written yet.

Please login to write comment.