Color Hex Logo

#ccdbc7 Color Hex

#CCDBC7
(204,219,199)
0 Favorites   0 Comments

Color spaces of #ccdbc7

RGB 204219199
HSL0.290.220.82
HSV105°86°
CMYK 0.070.000.09   0.14
XYZ60.542267.623963.8946
Yxy67.62390.31520.3521
Hunter Lab82.2338-12.493711.4960
CIE-Lab85.8180-8.66478.1062

#ccdbc7 color RGB value is (204,219,199).

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

The process color (four color CMYK) of #ccdbc7 color hex is 0.07, 0.00, 0.09, 0.14. Web safe color of #ccdbc7 is #cccccc. Color #ccdbc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11000111
Octal 314 333 307
Decimal 204 219 199
Hex CC DB C7

RGB Percentages of Color #ccdbc7

%32.80
%35.21
%31.99

CMYK Percentages of Color #ccdbc7

%7
%0
%9
%14

Triadic Colors of #ccdbc7

#ccdbc7 #c7ccdb #dbc7cc

Analogous Colors of #ccdbc7

#ccdbc7 #c7dbcc #d6dbc7

Monochromatic Colors of #ccdbc7

#ccdbc7

Complementary Color

#ccdbc7 #d6c7db

#ccdbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbc7 Color CSS Codes

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

#ccdbc7 Text Font Color

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

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


#ccdbc7 Background Color

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

This div background color is #ccdbc7


#ccdbc7 Border Color

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

This div border color is #ccdbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbc7


Comments

No comments written yet.

Please login to write comment.