Color Hex Logo

#5abcec Color Hex

#5ABCEC
(90,188,236)
0 Favorites   0 Comments

Color spaces of #5abcec

RGB 90188236
HSL0.550.790.64
HSV200°62°93°
CMYK 0.620.200.00   0.07
XYZ37.340044.196285.9196
Yxy44.19620.22300.2639
Hunter Lab66.4802-16.0822-30.0907
CIE-Lab72.3594-14.6622-32.4726

#5abcec color RGB value is (90,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11101100
Octal 132 274 354
Decimal 90 188 236
Hex 5A BC EC

RGB Percentages of Color #5abcec

%17.51
%36.58
%45.91

CMYK Percentages of Color #5abcec

%62
%20
%0
%7

Triadic Colors of #5abcec

#5abcec #ec5abc #bcec5a

Analogous Colors of #5abcec

#5abcec #5a73ec #5aecd3

Monochromatic Colors of #5abcec

#5abcec

Complementary Color

#5abcec #ec8a5a

#5abcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcec Color CSS Codes

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

#5abcec Text Font Color

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

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


#5abcec Background Color

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

This div background color is #5abcec


#5abcec Border Color

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

This div border color is #5abcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcec


Comments

No comments written yet.

Please login to write comment.