Color Hex Logo

#cbd8ac Color Hex

#CBD8AC
(203,216,172)
0 Favorites   0 Comments

Color spaces of #cbd8ac

RGB 203216172
HSL0.220.360.76
HSV78°20°85°
CMYK 0.060.000.20   0.15
XYZ56.630964.786848.5501
Yxy64.78680.33320.3812
Hunter Lab80.4902-15.269920.5806
CIE-Lab84.3738-11.910820.2641

#cbd8ac color RGB value is (203,216,172).

#cbd8ac hex color red value is 203, green value is 216 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cbd8ac hue: 0.22 , saturation: 0.36 and the lightness value of cbd8ac is 0.76.

The process color (four color CMYK) of #cbd8ac color hex is 0.06, 0.00, 0.20, 0.15. Web safe color of #cbd8ac is #cccc99. Color #cbd8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 10101100
Octal 313 330 254
Decimal 203 216 172
Hex CB D8 AC

RGB Percentages of Color #cbd8ac

%34.35
%36.55
%29.10

CMYK Percentages of Color #cbd8ac

%6
%0
%20
%15

Triadic Colors of #cbd8ac

#cbd8ac #accbd8 #d8accb

Analogous Colors of #cbd8ac

#cbd8ac #b5d8ac #d8cfac

Monochromatic Colors of #cbd8ac

#cbd8ac

Complementary Color

#cbd8ac #b9acd8

#cbd8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd8ac Color CSS Codes

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

#cbd8ac Text Font Color

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

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


#cbd8ac Background Color

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

This div background color is #cbd8ac


#cbd8ac Border Color

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

This div border color is #cbd8ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,216,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd8ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd8ac;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd8ac;
  box-shadow:         1px 1px 3px 2px #cbd8ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd8ac


Comments

No comments written yet.

Please login to write comment.