Color Hex Logo

#ccdfcb Color Hex

#CCDFCB
(204,223,203)
1 Favorites   0 Comments

Color spaces of #ccdfcb

RGB 204223203
HSL0.330.240.84
HSV117°87°
CMYK 0.090.000.09   0.13
XYZ62.069069.924566.7253
Yxy69.92450.31230.3519
Hunter Lab83.6209-13.841911.2241
CIE-Lab86.9598-9.99987.6378

#ccdfcb color RGB value is (204,223,203).

#ccdfcb hex color red value is 204, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccdfcb hue: 0.33 , saturation: 0.24 and the lightness value of ccdfcb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11001011
Octal 314 337 313
Decimal 204 223 203
Hex CC DF CB

RGB Percentages of Color #ccdfcb

%32.38
%35.40
%32.22

CMYK Percentages of Color #ccdfcb

%9
%0
%9
%13

Triadic Colors of #ccdfcb

#ccdfcb #cbccdf #dfcbcc

Analogous Colors of #ccdfcb

#ccdfcb #cbdfd4 #d6dfcb

Monochromatic Colors of #ccdfcb

#ccdfcb

Complementary Color

#ccdfcb #decbdf

#ccdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfcb Color CSS Codes

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

#ccdfcb Text Font Color

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

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


#ccdfcb Background Color

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

This div background color is #ccdfcb


#ccdfcb Border Color

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

This div border color is #ccdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfcb

#ccdfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.