Color Hex Logo

#c2ddec Color Hex

#C2DDEC
(194,221,236)
0 Favorites   0 Comments

Color spaces of #c2ddec

RGB 194221236
HSL0.560.530.84
HSV201°18°93°
CMYK 0.180.060.00   0.07
XYZ63.244969.238489.3879
Yxy69.23840.28510.3121
Hunter Lab83.2096-9.9448-5.4455
CIE-Lab86.6220-5.8212-10.3362

#c2ddec color RGB value is (194,221,236).

#c2ddec hex color red value is 194, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c2ddec hue: 0.56 , saturation: 0.53 and the lightness value of c2ddec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11101100
Octal 302 335 354
Decimal 194 221 236
Hex C2 DD EC

RGB Percentages of Color #c2ddec

%29.80
%33.95
%36.25

CMYK Percentages of Color #c2ddec

%18
%6
%0
%7

Triadic Colors of #c2ddec

#c2ddec #ecc2dd #ddecc2

Analogous Colors of #c2ddec

#c2ddec #c2c8ec #c2ece6

Monochromatic Colors of #c2ddec

#c2ddec

Complementary Color

#c2ddec #ecd1c2

#c2ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ddec Color CSS Codes

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

#c2ddec Text Font Color

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

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


#c2ddec Background Color

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

This div background color is #c2ddec


#c2ddec Border Color

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

This div border color is #c2ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ddec


Comments

No comments written yet.

Please login to write comment.