Color Hex Logo

#c0dfcc Color Hex

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

Color spaces of #c0dfcc

RGB 192223204
HSL0.400.330.81
HSV143°14°87°
CMYK 0.140.000.09   0.13
XYZ59.025068.341567.2070
Yxy68.34150.30340.3512
Hunter Lab82.6689-17.22299.6675
CIE-Lab86.1769-13.83585.8801

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

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

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

Base Numbers

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

RGB Percentages of Color #c0dfcc

%31.02
%36.03
%32.96

CMYK Percentages of Color #c0dfcc

%14
%0
%9
%13

Triadic Colors of #c0dfcc

#c0dfcc #ccc0df #dfccc0

Analogous Colors of #c0dfcc

#c0dfcc #c0dfdc #c4dfc0

Monochromatic Colors of #c0dfcc

#c0dfcc

Complementary Color

#c0dfcc #dfc0d3

#c0dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dfcc Color CSS Codes

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

#c0dfcc Text Font Color

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

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


#c0dfcc Background Color

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

This div background color is #c0dfcc


#c0dfcc Border Color

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

This div border color is #c0dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dfcc


Comments

No comments written yet.

Please login to write comment.