Color Hex Logo

#5abcde Color Hex

#5ABCDE
(90,188,222)
0 Favorites   0 Comments

Color spaces of #5abcde

RGB 90188222
HSL0.540.670.61
HSV195°59°87°
CMYK 0.590.150.00   0.13
XYZ35.384543.414075.6220
Yxy43.41400.22910.2811
Hunter Lab65.8893-19.4465-21.9254
CIE-Lab71.8351-18.9095-25.6769

#5abcde color RGB value is (90,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11011110
Octal 132 274 336
Decimal 90 188 222
Hex 5A BC DE

RGB Percentages of Color #5abcde

%18.00
%37.60
%44.40

CMYK Percentages of Color #5abcde

%59
%15
%0
%13

Triadic Colors of #5abcde

#5abcde #de5abc #bcde5a

Analogous Colors of #5abcde

#5abcde #5a7ade #5adebe

Monochromatic Colors of #5abcde

#5abcde

Complementary Color

#5abcde #de7c5a

#5abcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcde Color CSS Codes

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

#5abcde Text Font Color

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

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


#5abcde Background Color

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

This div background color is #5abcde


#5abcde Border Color

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

This div border color is #5abcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcde

#5abcde Color Palettes


Comments

No comments written yet.

Please login to write comment.