Color Hex Logo

#ccd2cb Color Hex

#CCD2CB
(204,210,203)
0 Favorites   0 Comments

Color spaces of #ccd2cb

RGB 204210203
HSL0.310.070.81
HSV111°82°
CMYK 0.030.000.03   0.18
XYZ58.727963.242465.6116
Yxy63.24240.31310.3371
Hunter Lab79.5251-7.34986.7508
CIE-Lab83.5698-3.31492.7433

#ccd2cb color RGB value is (204,210,203).

#ccd2cb hex color red value is 204, green value is 210 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccd2cb hue: 0.31 , saturation: 0.07 and the lightness value of ccd2cb is 0.81.

The process color (four color CMYK) of #ccd2cb color hex is 0.03, 0.00, 0.03, 0.18. Web safe color of #ccd2cb is #cccccc. Color #ccd2cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 11001011
Octal 314 322 313
Decimal 204 210 203
Hex CC D2 CB

RGB Percentages of Color #ccd2cb

%33.06
%34.04
%32.90

CMYK Percentages of Color #ccd2cb

%3
%0
%3
%18

Triadic Colors of #ccd2cb

#ccd2cb #cbccd2 #d2cbcc

Analogous Colors of #ccd2cb

#ccd2cb #cbd2ce #d0d2cb

Monochromatic Colors of #ccd2cb

#ccd2cb

Complementary Color

#ccd2cb #d1cbd2

#ccd2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd2cb Color CSS Codes

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

#ccd2cb Text Font Color

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

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


#ccd2cb Background Color

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

This div background color is #ccd2cb


#ccd2cb Border Color

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

This div border color is #ccd2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd2cb


Comments

No comments written yet.

Please login to write comment.