Color Hex Logo

#ccdbab Color Hex

#CCDBAB
(204,219,171)
0 Favorites   0 Comments

Color spaces of #ccdbab

RGB 204219171
HSL0.220.400.76
HSV79°22°86°
CMYK 0.070.000.22   0.14
XYZ57.584066.440748.3174
Yxy66.44070.33410.3855
Hunter Lab81.5112-16.542321.9125
CIE-Lab85.2207-13.214221.9688

#ccdbab color RGB value is (204,219,171).

#ccdbab hex color red value is 204, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccdbab hue: 0.22 , saturation: 0.40 and the lightness value of ccdbab is 0.76.

The process color (four color CMYK) of #ccdbab color hex is 0.07, 0.00, 0.22, 0.14. Web safe color of #ccdbab is #cccc99. Color #ccdbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10101011
Octal 314 333 253
Decimal 204 219 171
Hex CC DB AB

RGB Percentages of Color #ccdbab

%34.34
%36.87
%28.79

CMYK Percentages of Color #ccdbab

%7
%0
%22
%14

Triadic Colors of #ccdbab

#ccdbab #abccdb #dbabcc

Analogous Colors of #ccdbab

#ccdbab #b4dbab #dbd2ab

Monochromatic Colors of #ccdbab

#ccdbab

Complementary Color

#ccdbab #baabdb

#ccdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbab Color CSS Codes

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

#ccdbab Text Font Color

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

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


#ccdbab Background Color

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

This div background color is #ccdbab


#ccdbab Border Color

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

This div border color is #ccdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbab


Comments

No comments written yet.

Please login to write comment.