Color Hex Logo

#5aebde Color Hex

#5AEBDE
(90,235,222)
0 Favorites   0 Comments

Color spaces of #5aebde

RGB 90235222
HSL0.490.780.64
HSV175°62°92°
CMYK 0.620.000.06   0.08
XYZ47.109666.864279.5304
Yxy66.86420.24350.3455
Hunter Lab81.7705-40.2611-0.4264
CIE-Lab85.4353-41.5264-5.2284

#5aebde color RGB value is (90,235,222).

#5aebde hex color red value is 90, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5aebde hue: 0.49 , saturation: 0.78 and the lightness value of 5aebde is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 11011110
Octal 132 353 336
Decimal 90 235 222
Hex 5A EB DE

RGB Percentages of Color #5aebde

%16.45
%42.96
%40.59

CMYK Percentages of Color #5aebde

%62
%0
%6
%8

Triadic Colors of #5aebde

#5aebde #de5aeb #ebde5a

Analogous Colors of #5aebde

#5aebde #5ab0eb #5aeb96

Monochromatic Colors of #5aebde

#5aebde

Complementary Color

#5aebde #eb5a67

#5aebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebde Color CSS Codes

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

#5aebde Text Font Color

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

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


#5aebde Background Color

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

This div background color is #5aebde


#5aebde Border Color

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

This div border color is #5aebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebde


Comments

No comments written yet.

Please login to write comment.