Color Hex Logo

#5aeecb Color Hex

#5AEECB
(90,238,203)
0 Favorites   0 Comments

Color spaces of #5aeecb

RGB 90238203
HSL0.460.810.64
HSV166°62°93°
CMYK 0.620.000.15   0.07
XYZ45.570567.634567.1529
Yxy67.63450.25270.3750
Hunter Lab82.2402-45.01099.1551
CIE-Lab85.8234-47.55605.3162

#5aeecb color RGB value is (90,238,203).

#5aeecb hex color red value is 90, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5aeecb hue: 0.46 , saturation: 0.81 and the lightness value of 5aeecb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11001011
Octal 132 356 313
Decimal 90 238 203
Hex 5A EE CB

RGB Percentages of Color #5aeecb

%16.95
%44.82
%38.23

CMYK Percentages of Color #5aeecb

%62
%0
%15
%7

Triadic Colors of #5aeecb

#5aeecb #cb5aee #eecb5a

Analogous Colors of #5aeecb

#5aeecb #5ac7ee #5aee81

Monochromatic Colors of #5aeecb

#5aeecb

Complementary Color

#5aeecb #ee5a7d

#5aeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeecb Color CSS Codes

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

#5aeecb Text Font Color

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

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


#5aeecb Background Color

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

This div background color is #5aeecb


#5aeecb Border Color

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

This div border color is #5aeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeecb


Comments

No comments written yet.

Please login to write comment.