Color Hex Logo

#5aedcb Color Hex

#5AEDCB
(90,237,203)
0 Favorites   0 Comments

Color spaces of #5aedcb

RGB 90237203
HSL0.460.800.64
HSV166°62°93°
CMYK 0.620.000.14   0.07
XYZ45.280167.053867.0561
Yxy67.05380.25240.3738
Hunter Lab81.8864-44.59748.7684
CIE-Lab85.5311-47.12934.8942

#5aedcb color RGB value is (90,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101101 11001011
Octal 132 355 313
Decimal 90 237 203
Hex 5A ED CB

RGB Percentages of Color #5aedcb

%16.98
%44.72
%38.30

CMYK Percentages of Color #5aedcb

%62
%0
%14
%7

Triadic Colors of #5aedcb

#5aedcb #cb5aed #edcb5a

Analogous Colors of #5aedcb

#5aedcb #5ac6ed #5aed82

Monochromatic Colors of #5aedcb

#5aedcb

Complementary Color

#5aedcb #ed5a7c

#5aedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aedcb Color CSS Codes

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

#5aedcb Text Font Color

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

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


#5aedcb Background Color

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

This div background color is #5aedcb


#5aedcb Border Color

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

This div border color is #5aedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aedcb


Comments

No comments written yet.

Please login to write comment.