Color Hex Logo

#c2ddde Color Hex

#C2DDDE
(194,221,222)
0 Favorites   0 Comments

Color spaces of #c2ddde

RGB 194221222
HSL0.510.300.82
HSV182°13°87°
CMYK 0.130.000.00   0.13
XYZ61.289468.456279.0903
Yxy68.45620.29350.3278
Hunter Lab82.7383-12.56591.2409
CIE-Lab86.2341-8.6953-3.5184

#c2ddde color RGB value is (194,221,222).

#c2ddde hex color red value is 194, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2ddde hue: 0.51 , saturation: 0.30 and the lightness value of c2ddde is 0.82.

The process color (four color CMYK) of #c2ddde color hex is 0.13, 0.00, 0.00, 0.13. Web safe color of #c2ddde is #cccccc. Color #c2ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11011110
Octal 302 335 336
Decimal 194 221 222
Hex C2 DD DE

RGB Percentages of Color #c2ddde

%30.46
%34.69
%34.85

CMYK Percentages of Color #c2ddde

%13
%0
%0
%13

Triadic Colors of #c2ddde

#c2ddde #dec2dd #dddec2

Analogous Colors of #c2ddde

#c2ddde #c2cfde #c2ded1

Monochromatic Colors of #c2ddde

#c2ddde

Complementary Color

#c2ddde #dec3c2

#c2ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ddde Color CSS Codes

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

#c2ddde Text Font Color

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

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


#c2ddde Background Color

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

This div background color is #c2ddde


#c2ddde Border Color

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

This div border color is #c2ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ddde


Comments

No comments written yet.

Please login to write comment.