Color Hex Logo

#5acbcb Color Hex

#5ACBCB
(90,203,203)
0 Favorites   0 Comments

Color spaces of #5acbcb

RGB 90203203
HSL0.500.520.57
HSV180°56°80°
CMYK 0.560.000.00   0.20
XYZ36.351949.197364.0800
Yxy49.19730.24290.3288
Hunter Lab70.1408-30.2351-5.0683
CIE-Lab75.5739-31.7767-9.7179

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 11001011
Octal 132 313 313
Decimal 90 203 203
Hex 5A CB CB

RGB Percentages of Color #5acbcb

%18.15
%40.93
%40.93

CMYK Percentages of Color #5acbcb

%56
%0
%0
%20

Triadic Colors of #5acbcb

#5acbcb #cb5acb #cbcb5a

Analogous Colors of #5acbcb

#5acbcb #5a93cb #5acb93

Monochromatic Colors of #5acbcb

#5acbcb

Complementary Color

#5acbcb #cb5a5a

#5acbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acbcb Color CSS Codes

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

#5acbcb Text Font Color

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

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


#5acbcb Background Color

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

This div background color is #5acbcb


#5acbcb Border Color

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

This div border color is #5acbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acbcb


Comments

No comments written yet.

Please login to write comment.