Color Hex Logo

#8acbbd Color Hex

#8ACBBD
(138,203,189)
0 Favorites   0 Comments

Color spaces of #8acbbd

RGB 138203189
HSL0.460.380.67
HSV167°32°80°
CMYK 0.320.000.07   0.20
XYZ41.022551.789355.9783
Yxy51.78930.27570.3481
Hunter Lab71.9648-24.18704.2562
CIE-Lab77.1547-23.66850.3916

#8acbbd color RGB value is (138,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 10111101
Octal 212 313 275
Decimal 138 203 189
Hex 8A CB BD

RGB Percentages of Color #8acbbd

%26.04
%38.30
%35.66

CMYK Percentages of Color #8acbbd

%32
%0
%7
%20

Triadic Colors of #8acbbd

#8acbbd #bd8acb #cbbd8a

Analogous Colors of #8acbbd

#8acbbd #8ab9cb #8acb9d

Monochromatic Colors of #8acbbd

#8acbbd

Complementary Color

#8acbbd #cb8a98

#8acbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbbd Color CSS Codes

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

#8acbbd Text Font Color

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

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


#8acbbd Background Color

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

This div background color is #8acbbd


#8acbbd Border Color

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

This div border color is #8acbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbbd


Comments

No comments written yet.

Please login to write comment.