Color Hex Logo

#ccdbaf Color Hex

#CCDBAF
(204,219,175)
0 Favorites   0 Comments

Color spaces of #ccdbaf

RGB 204219175
HSL0.220.380.77
HSV80°20°86°
CMYK 0.070.000.20   0.14
XYZ57.971266.595650.3563
Yxy66.59560.33140.3807
Hunter Lab81.6061-16.008220.5385
CIE-Lab85.2993-12.606919.9881

#ccdbaf color RGB value is (204,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 10101111
Octal 314 333 257
Decimal 204 219 175
Hex CC DB AF

RGB Percentages of Color #ccdbaf

%34.11
%36.62
%29.26

CMYK Percentages of Color #ccdbaf

%7
%0
%20
%14

Triadic Colors of #ccdbaf

#ccdbaf #afccdb #dbafcc

Analogous Colors of #ccdbaf

#ccdbaf #b6dbaf #dbd4af

Monochromatic Colors of #ccdbaf

#ccdbaf

Complementary Color

#ccdbaf #beafdb

#ccdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbaf Color CSS Codes

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

#ccdbaf Text Font Color

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

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


#ccdbaf Background Color

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

This div background color is #ccdbaf


#ccdbaf Border Color

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

This div border color is #ccdbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,219,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 #ccdbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbaf


Comments

No comments written yet.

Please login to write comment.