Color Hex Logo

#8ccbaf Color Hex

#8CCBAF
(140,203,175)
0 Favorites   0 Comments

Color spaces of #8ccbaf

RGB 140203175
HSL0.430.380.67
HSV153°31°80°
CMYK 0.310.000.14   0.20
XYZ39.909051.382548.3718
Yxy51.38250.28580.3679
Hunter Lab71.6816-26.062210.1673
CIE-Lab76.9101-26.06477.5830

#8ccbaf color RGB value is (140,203,175).

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

The process color (four color CMYK) of #8ccbaf color hex is 0.31, 0.00, 0.14, 0.20. Web safe color of #8ccbaf is #99cc99. Color #8ccbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 10101111
Octal 214 313 257
Decimal 140 203 175
Hex 8C CB AF

RGB Percentages of Color #8ccbaf

%27.03
%39.19
%33.78

CMYK Percentages of Color #8ccbaf

%31
%0
%14
%20

Triadic Colors of #8ccbaf

#8ccbaf #af8ccb #cbaf8c

Analogous Colors of #8ccbaf

#8ccbaf #8cc8cb #8ccb90

Monochromatic Colors of #8ccbaf

#8ccbaf

Complementary Color

#8ccbaf #cb8ca8

#8ccbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbaf Color CSS Codes

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

#8ccbaf Text Font Color

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

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


#8ccbaf Background Color

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

This div background color is #8ccbaf


#8ccbaf Border Color

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

This div border color is #8ccbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbaf


Comments

No comments written yet.

Please login to write comment.