Color Hex Logo

#5abeec Color Hex

#5ABEEC
(90,190,236)
0 Favorites   0 Comments

Color spaces of #5abeec

RGB 90190236
HSL0.550.790.64
HSV199°62°93°
CMYK 0.620.190.00   0.07
XYZ37.770245.056786.0630
Yxy45.05670.22360.2668
Hunter Lab67.1243-17.0272-29.0313
CIE-Lab72.9292-15.7172-31.5930

#5abeec color RGB value is (90,190,236).

#5abeec hex color red value is 90, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5abeec hue: 0.55 , saturation: 0.79 and the lightness value of 5abeec is 0.64.

The process color (four color CMYK) of #5abeec color hex is 0.62, 0.19, 0.00, 0.07. Web safe color of #5abeec is #66ccff. Color #5abeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11101100
Octal 132 276 354
Decimal 90 190 236
Hex 5A BE EC

RGB Percentages of Color #5abeec

%17.44
%36.82
%45.74

CMYK Percentages of Color #5abeec

%62
%19
%0
%7

Triadic Colors of #5abeec

#5abeec #ec5abe #beec5a

Analogous Colors of #5abeec

#5abeec #5a75ec #5aecd1

Monochromatic Colors of #5abeec

#5abeec

Complementary Color

#5abeec #ec885a

#5abeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abeec Color CSS Codes

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

#5abeec Text Font Color

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

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


#5abeec Background Color

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

This div background color is #5abeec


#5abeec Border Color

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

This div border color is #5abeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abeec


Comments

No comments written yet.

Please login to write comment.