Color Hex Logo

#c2dced Color Hex

#C2DCED
(194,220,237)
0 Favorites   0 Comments

Color spaces of #c2dced

RGB 194220237
HSL0.570.540.85
HSV204°18°93°
CMYK 0.180.070.00   0.07
XYZ63.127468.770290.0676
Yxy68.77020.28440.3098
Hunter Lab82.9278-9.2435-6.3452
CIE-Lab86.3901-5.0924-11.2093

#c2dced color RGB value is (194,220,237).

#c2dced hex color red value is 194, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c2dced hue: 0.57 , saturation: 0.54 and the lightness value of c2dced is 0.85.

The process color (four color CMYK) of #c2dced color hex is 0.18, 0.07, 0.00, 0.07. Web safe color of #c2dced is #ccccff. Color #c2dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 11101101
Octal 302 334 355
Decimal 194 220 237
Hex C2 DC ED

RGB Percentages of Color #c2dced

%29.80
%33.79
%36.41

CMYK Percentages of Color #c2dced

%18
%7
%0
%7

Triadic Colors of #c2dced

#c2dced #edc2dc #dcedc2

Analogous Colors of #c2dced

#c2dced #c2c7ed #c2ede9

Monochromatic Colors of #c2dced

#c2dced

Complementary Color

#c2dced #edd3c2

#c2dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dced Color CSS Codes

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

#c2dced Text Font Color

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

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


#c2dced Background Color

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

This div background color is #c2dced


#c2dced Border Color

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

This div border color is #c2dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dced


Comments

No comments written yet.

Please login to write comment.