Color Hex Logo

#5acbca Color Hex

#5ACBCA
(90,203,202)
0 Favorites   0 Comments

Color spaces of #5acbca

RGB 90203202
HSL0.500.520.57
HSV179°56°80°
CMYK 0.560.000.00   0.20
XYZ36.233149.149863.4543
Yxy49.14980.24340.3302
Hunter Lab70.1069-30.4336-4.5890
CIE-Lab75.5444-32.0455-9.2214

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 11001010
Octal 132 313 312
Decimal 90 203 202
Hex 5A CB CA

RGB Percentages of Color #5acbca

%18.18
%41.01
%40.81

CMYK Percentages of Color #5acbca

%56
%0
%0
%20

Triadic Colors of #5acbca

#5acbca #ca5acb #cbca5a

Analogous Colors of #5acbca

#5acbca #5a94cb #5acb92

Monochromatic Colors of #5acbca

#5acbca

Complementary Color

#5acbca #cb5a5b

#5acbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acbca Color CSS Codes

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

#5acbca Text Font Color

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

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


#5acbca Background Color

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

This div background color is #5acbca


#5acbca Border Color

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

This div border color is #5acbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acbca


Comments

No comments written yet.

Please login to write comment.