Color Hex Logo

#5abccb Color Hex

#5ABCCB
(90,188,203)
0 Favorites   0 Comments

Color spaces of #5abccb

RGB 90188203
HSL0.520.520.57
HSV188°56°80°
CMYK 0.560.070.00   0.20
XYZ32.979242.451962.9558
Yxy42.45190.23830.3068
Hunter Lab65.1551-23.6711-11.6801
CIE-Lab71.1814-24.4340-16.3053

#5abccb color RGB value is (90,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11001011
Octal 132 274 313
Decimal 90 188 203
Hex 5A BC CB

RGB Percentages of Color #5abccb

%18.71
%39.09
%42.20

CMYK Percentages of Color #5abccb

%56
%7
%0
%20

Triadic Colors of #5abccb

#5abccb #cb5abc #bccb5a

Analogous Colors of #5abccb

#5abccb #5a84cb #5acba2

Monochromatic Colors of #5abccb

#5abccb

Complementary Color

#5abccb #cb695a

#5abccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abccb Color CSS Codes

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

#5abccb Text Font Color

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

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


#5abccb Background Color

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

This div background color is #5abccb


#5abccb Border Color

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

This div border color is #5abccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abccb


Comments

No comments written yet.

Please login to write comment.