Color Hex Logo

#ccdfc0 Color Hex

#CCDFC0
(204,223,192)
0 Favorites   0 Comments

Color spaces of #ccdfc0

RGB 204223192
HSL0.270.330.81
HSV97°14°87°
CMYK 0.090.000.14   0.13
XYZ60.803969.418560.0636
Yxy69.41850.31950.3648
Hunter Lab83.3178-15.539815.5804
CIE-Lab86.7109-11.894113.0613

#ccdfc0 color RGB value is (204,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11000000
Octal 314 337 300
Decimal 204 223 192
Hex CC DF C0

RGB Percentages of Color #ccdfc0

%32.96
%36.03
%31.02

CMYK Percentages of Color #ccdfc0

%9
%0
%14
%13

Triadic Colors of #ccdfc0

#ccdfc0 #c0ccdf #dfc0cc

Analogous Colors of #ccdfc0

#ccdfc0 #c0dfc4 #dcdfc0

Monochromatic Colors of #ccdfc0

#ccdfc0

Complementary Color

#ccdfc0 #d3c0df

#ccdfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfc0 Color CSS Codes

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

#ccdfc0 Text Font Color

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

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


#ccdfc0 Background Color

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

This div background color is #ccdfc0


#ccdfc0 Border Color

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

This div border color is #ccdfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfc0


Comments

No comments written yet.

Please login to write comment.