Color Hex Logo

#8acbbb Color Hex

#8ACBBB
(138,203,187)
0 Favorites   0 Comments

Color spaces of #8acbbb

RGB 138203187
HSL0.460.380.67
HSV165°32°80°
CMYK 0.320.000.08   0.20
XYZ40.806851.703054.8426
Yxy51.70300.27690.3509
Hunter Lab71.9048-24.53265.1122
CIE-Lab77.1029-24.10881.3933

#8acbbb color RGB value is (138,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 10111011
Octal 212 313 273
Decimal 138 203 187
Hex 8A CB BB

RGB Percentages of Color #8acbbb

%26.14
%38.45
%35.42

CMYK Percentages of Color #8acbbb

%32
%0
%8
%20

Triadic Colors of #8acbbb

#8acbbb #bb8acb #cbbb8a

Analogous Colors of #8acbbb

#8acbbb #8abbcb #8acb9b

Monochromatic Colors of #8acbbb

#8acbbb

Complementary Color

#8acbbb #cb8a9a

#8acbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbbb Color CSS Codes

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

#8acbbb Text Font Color

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

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


#8acbbb Background Color

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

This div background color is #8acbbb


#8acbbb Border Color

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

This div border color is #8acbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbbb


Comments

No comments written yet.

Please login to write comment.