Color Hex Logo

#c2ccd8 Color Hex

#C2CCD8
(194,204,216)
0 Favorites   0 Comments

Color spaces of #c2ccd8

RGB 194204216
HSL0.590.220.80
HSV213°10°85°
CMYK 0.100.060.00   0.15
XYZ56.235759.612973.5083
Yxy59.61290.29700.3148
Hunter Lab77.2094-5.1054-2.4013
CIE-Lab81.6273-1.0537-7.1279

#c2ccd8 color RGB value is (194,204,216).

#c2ccd8 hex color red value is 194, green value is 204 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c2ccd8 hue: 0.59 , saturation: 0.22 and the lightness value of c2ccd8 is 0.80.

The process color (four color CMYK) of #c2ccd8 color hex is 0.10, 0.06, 0.00, 0.15. Web safe color of #c2ccd8 is #cccccc. Color #c2ccd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11011000
Octal 302 314 330
Decimal 194 204 216
Hex C2 CC D8

RGB Percentages of Color #c2ccd8

%31.60
%33.22
%35.18

CMYK Percentages of Color #c2ccd8

%10
%6
%0
%15

Triadic Colors of #c2ccd8

#c2ccd8 #d8c2cc #ccd8c2

Analogous Colors of #c2ccd8

#c2ccd8 #c3c2d8 #c2d7d8

Monochromatic Colors of #c2ccd8

#c2ccd8

Complementary Color

#c2ccd8 #d8cec2

#c2ccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccd8 Color CSS Codes

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

#c2ccd8 Text Font Color

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

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


#c2ccd8 Background Color

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

This div background color is #c2ccd8


#c2ccd8 Border Color

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

This div border color is #c2ccd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccd8

#c2ccd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.