Color Hex Logo

#c2dfcc Color Hex

#C2DFCC
(194,223,204)
0 Favorites   0 Comments

Color spaces of #c2dfcc

RGB 194223204
HSL0.390.310.82
HSV141°13°87°
CMYK 0.130.000.09   0.13
XYZ59.534968.604367.2309
Yxy68.60430.30470.3512
Hunter Lab82.8277-16.64639.8540
CIE-Lab86.3077-13.17476.0855

#c2dfcc color RGB value is (194,223,204).

#c2dfcc hex color red value is 194, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c2dfcc hue: 0.39 , saturation: 0.31 and the lightness value of c2dfcc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 11001100
Octal 302 337 314
Decimal 194 223 204
Hex C2 DF CC

RGB Percentages of Color #c2dfcc

%31.24
%35.91
%32.85

CMYK Percentages of Color #c2dfcc

%13
%0
%9
%13

Triadic Colors of #c2dfcc

#c2dfcc #ccc2df #dfccc2

Analogous Colors of #c2dfcc

#c2dfcc #c2dfdb #c7dfc2

Monochromatic Colors of #c2dfcc

#c2dfcc

Complementary Color

#c2dfcc #dfc2d5

#c2dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfcc Color CSS Codes

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

#c2dfcc Text Font Color

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

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


#c2dfcc Background Color

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

This div background color is #c2dfcc


#c2dfcc Border Color

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

This div border color is #c2dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfcc


Comments

No comments written yet.

Please login to write comment.