Color Hex Logo

#cbccad Color Hex

#CBCCAD
(203,204,173)
0 Favorites   0 Comments

Color spaces of #cbccad

RGB 203204173
HSL0.170.230.74
HSV62°15°80°
CMYK 0.000.000.15   0.20
XYZ53.764358.899448.0702
Yxy58.89940.33450.3664
Hunter Lab76.7459-9.257416.5856
CIE-Lab81.2363-5.609415.3597

#cbccad color RGB value is (203,204,173).

#cbccad hex color red value is 203, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cbccad hue: 0.17 , saturation: 0.23 and the lightness value of cbccad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 10101101
Octal 313 314 255
Decimal 203 204 173
Hex CB CC AD

RGB Percentages of Color #cbccad

%35.00
%35.17
%29.83

CMYK Percentages of Color #cbccad

%0
%0
%15
%20

Triadic Colors of #cbccad

#cbccad #adcbcc #ccadcb

Analogous Colors of #cbccad

#cbccad #bcccad #ccbead

Monochromatic Colors of #cbccad

#cbccad

Complementary Color

#cbccad #aeadcc

#cbccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbccad Color CSS Codes

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

#cbccad Text Font Color

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

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


#cbccad Background Color

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

This div background color is #cbccad


#cbccad Border Color

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

This div border color is #cbccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbccad


Comments

No comments written yet.

Please login to write comment.