Color Hex Logo

#c2dded Color Hex

#C2DDED
(194,221,237)
0 Favorites   0 Comments

Color spaces of #c2dded

RGB 194221237
HSL0.560.540.85
HSV202°18°93°
CMYK 0.180.070.00   0.07
XYZ63.390669.296790.1553
Yxy69.29670.28450.3110
Hunter Lab83.2446-9.7508-5.9408
CIE-Lab86.6508-5.6104-10.8209

#c2dded color RGB value is (194,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11101101
Octal 302 335 355
Decimal 194 221 237
Hex C2 DD ED

RGB Percentages of Color #c2dded

%29.75
%33.90
%36.35

CMYK Percentages of Color #c2dded

%18
%7
%0
%7

Triadic Colors of #c2dded

#c2dded #edc2dd #ddedc2

Analogous Colors of #c2dded

#c2dded #c2c8ed #c2ede8

Monochromatic Colors of #c2dded

#c2dded

Complementary Color

#c2dded #edd2c2

#c2dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dded Color CSS Codes

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

#c2dded Text Font Color

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

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


#c2dded Background Color

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

This div background color is #c2dded


#c2dded Border Color

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

This div border color is #c2dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dded


Comments

No comments written yet.

Please login to write comment.