Color Hex Logo

#c2dfdc Color Hex

#C2DFDC
(194,223,220)
0 Favorites   0 Comments

Color spaces of #c2dfdc

RGB 194223220
HSL0.480.310.82
HSV174°13°87°
CMYK 0.130.000.01   0.13
XYZ61.554169.412077.8638
Yxy69.41200.29480.3324
Hunter Lab83.3139-13.91962.9082
CIE-Lab86.7077-10.1157-1.7676

#c2dfdc color RGB value is (194,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 11011100
Octal 302 337 334
Decimal 194 223 220
Hex C2 DF DC

RGB Percentages of Color #c2dfdc

%30.46
%35.01
%34.54

CMYK Percentages of Color #c2dfdc

%13
%0
%1
%13

Triadic Colors of #c2dfdc

#c2dfdc #dcc2df #dfdcc2

Analogous Colors of #c2dfdc

#c2dfdc #c2d4df #c2dfce

Monochromatic Colors of #c2dfdc

#c2dfdc

Complementary Color

#c2dfdc #dfc2c5

#c2dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfdc Color CSS Codes

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

#c2dfdc Text Font Color

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

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


#c2dfdc Background Color

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

This div background color is #c2dfdc


#c2dfdc Border Color

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

This div border color is #c2dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfdc

#c2dfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.