Color Hex Logo

#5abede Color Hex

#5ABEDE
(90,190,222)
0 Favorites   0 Comments

Color spaces of #5abede

RGB 90190222
HSL0.540.670.61
HSV195°59°87°
CMYK 0.590.140.00   0.13
XYZ35.814744.274575.7654
Yxy44.27450.22980.2841
Hunter Lab66.5391-20.3657-20.9338
CIE-Lab72.4116-19.9427-24.7947

#5abede color RGB value is (90,190,222).

#5abede hex color red value is 90, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5abede hue: 0.54 , saturation: 0.67 and the lightness value of 5abede is 0.61.

The process color (four color CMYK) of #5abede color hex is 0.59, 0.14, 0.00, 0.13. Web safe color of #5abede is #66cccc. Color #5abede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11011110
Octal 132 276 336
Decimal 90 190 222
Hex 5A BE DE

RGB Percentages of Color #5abede

%17.93
%37.85
%44.22

CMYK Percentages of Color #5abede

%59
%14
%0
%13

Triadic Colors of #5abede

#5abede #de5abe #bede5a

Analogous Colors of #5abede

#5abede #5a7cde #5adebc

Monochromatic Colors of #5abede

#5abede

Complementary Color

#5abede #de7a5a

#5abede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abede Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abede Color CSS Codes

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

#5abede Text Font Color

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

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


#5abede Background Color

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

This div background color is #5abede


#5abede Border Color

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

This div border color is #5abede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abede


Comments

No comments written yet.

Please login to write comment.