Color Hex Logo

#8acbca Color Hex

#8ACBCA
(138,203,202)
0 Favorites   0 Comments

Color spaces of #8acbca

RGB 138203202
HSL0.500.380.67
HSV179°32°80°
CMYK 0.320.000.00   0.20
XYZ42.497852.379463.7475
Yxy52.37940.26790.3302
Hunter Lab72.3736-21.8386-1.5618
CIE-Lab77.5072-20.7113-6.0943

#8acbca color RGB value is (138,203,202).

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

The process color (four color CMYK) of #8acbca color hex is 0.32, 0.00, 0.00, 0.20. Web safe color of #8acbca is #99cccc. Color #8acbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 11001010
Octal 212 313 312
Decimal 138 203 202
Hex 8A CB CA

RGB Percentages of Color #8acbca

%25.41
%37.38
%37.20

CMYK Percentages of Color #8acbca

%32
%0
%0
%20

Triadic Colors of #8acbca

#8acbca #ca8acb #cbca8a

Analogous Colors of #8acbca

#8acbca #8aaccb #8acbaa

Monochromatic Colors of #8acbca

#8acbca

Complementary Color

#8acbca #cb8a8b

#8acbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbca Color CSS Codes

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

#8acbca Text Font Color

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

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


#8acbca Background Color

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

This div background color is #8acbca


#8acbca Border Color

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

This div border color is #8acbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8acbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbca


Comments

No comments written yet.

Please login to write comment.