Color Hex Logo

#c2cfdc Color Hex

#C2CFDC
(194,207,220)
0 Favorites   0 Comments

Color spaces of #c2cfdc

RGB 194207220
HSL0.580.270.81
HSV210°12°86°
CMYK 0.120.060.00   0.14
XYZ57.479261.262376.5055
Yxy61.26230.29440.3138
Hunter Lab78.2702-5.8881-3.1640
CIE-Lab82.5196-1.8281-7.9424

#c2cfdc color RGB value is (194,207,220).

#c2cfdc hex color red value is 194, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c2cfdc hue: 0.58 , saturation: 0.27 and the lightness value of c2cfdc is 0.81.

The process color (four color CMYK) of #c2cfdc color hex is 0.12, 0.06, 0.00, 0.14. Web safe color of #c2cfdc is #cccccc. Color #c2cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001111 11011100
Octal 302 317 334
Decimal 194 207 220
Hex C2 CF DC

RGB Percentages of Color #c2cfdc

%31.24
%33.33
%35.43

CMYK Percentages of Color #c2cfdc

%12
%6
%0
%14

Triadic Colors of #c2cfdc

#c2cfdc #dcc2cf #cfdcc2

Analogous Colors of #c2cfdc

#c2cfdc #c2c2dc #c2dcdc

Monochromatic Colors of #c2cfdc

#c2cfdc

Complementary Color

#c2cfdc #dccfc2

#c2cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cfdc Color CSS Codes

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

#c2cfdc Text Font Color

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

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


#c2cfdc Background Color

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

This div background color is #c2cfdc


#c2cfdc Border Color

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

This div border color is #c2cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cfdc


Comments

No comments written yet.

Please login to write comment.