Color Hex Logo

#5abecb Color Hex

#5ABECB
(90,190,203)
0 Favorites   0 Comments

Color spaces of #5abecb

RGB 90190203
HSL0.520.520.57
HSV187°56°80°
CMYK 0.560.060.00   0.20
XYZ33.409443.312463.0992
Yxy43.31240.23890.3098
Hunter Lab65.8122-24.5561-10.7774
CIE-Lab71.7665-25.4349-15.4229

#5abecb color RGB value is (90,190,203).

#5abecb hex color red value is 90, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5abecb hue: 0.52 , saturation: 0.52 and the lightness value of 5abecb is 0.57.

The process color (four color CMYK) of #5abecb color hex is 0.56, 0.06, 0.00, 0.20. Web safe color of #5abecb is #66cccc. Color #5abecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11001011
Octal 132 276 313
Decimal 90 190 203
Hex 5A BE CB

RGB Percentages of Color #5abecb

%18.63
%39.34
%42.03

CMYK Percentages of Color #5abecb

%56
%6
%0
%20

Triadic Colors of #5abecb

#5abecb #cb5abe #becb5a

Analogous Colors of #5abecb

#5abecb #5a86cb #5acba0

Monochromatic Colors of #5abecb

#5abecb

Complementary Color

#5abecb #cb675a

#5abecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abecb Color CSS Codes

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

#5abecb Text Font Color

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

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


#5abecb Background Color

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

This div background color is #5abecb


#5abecb Border Color

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

This div border color is #5abecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abecb


Comments

No comments written yet.

Please login to write comment.