Color Hex Logo

#c2c4dc Color Hex

#C2C4DC
(194,196,220)
0 Favorites   0 Comments

Color spaces of #c2c4dc

RGB 194196220
HSL0.650.270.81
HSV235°12°86°
CMYK 0.120.110.00   0.14
XYZ54.906356.116575.6478
Yxy56.11650.29410.3006
Hunter Lab74.9109-0.2618-7.4355
CIE-Lab79.68014.0056-12.1711

#c2c4dc color RGB value is (194,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000100 11011100
Octal 302 304 334
Decimal 194 196 220
Hex C2 C4 DC

RGB Percentages of Color #c2c4dc

%31.80
%32.13
%36.07

CMYK Percentages of Color #c2c4dc

%12
%11
%0
%14

Triadic Colors of #c2c4dc

#c2c4dc #dcc2c4 #c4dcc2

Analogous Colors of #c2c4dc

#c2c4dc #cdc2dc #c2d1dc

Monochromatic Colors of #c2c4dc

#c2c4dc

Complementary Color

#c2c4dc #dcdac2

#c2c4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c4dc Color CSS Codes

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

#c2c4dc Text Font Color

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

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


#c2c4dc Background Color

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

This div background color is #c2c4dc


#c2c4dc Border Color

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

This div border color is #c2c4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c4dc


Comments

No comments written yet.

Please login to write comment.