Color Hex Logo

#c2dbdd Color Hex

#C2DBDD
(194,219,221)
0 Favorites   0 Comments

Color spaces of #c2dbdd

RGB 194219221
HSL0.510.280.81
HSV184°12°87°
CMYK 0.120.010.00   0.13
XYZ60.630867.352878.2114
Yxy67.35280.29400.3266
Hunter Lab82.0688-11.74800.9448
CIE-Lab85.6818-7.8677-3.8021

#c2dbdd color RGB value is (194,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 11011101
Octal 302 333 335
Decimal 194 219 221
Hex C2 DB DD

RGB Percentages of Color #c2dbdd

%30.60
%34.54
%34.86

CMYK Percentages of Color #c2dbdd

%12
%1
%0
%13

Triadic Colors of #c2dbdd

#c2dbdd #ddc2db #dbddc2

Analogous Colors of #c2dbdd

#c2dbdd #c2cedd #c2ddd2

Monochromatic Colors of #c2dbdd

#c2dbdd

Complementary Color

#c2dbdd #ddc4c2

#c2dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dbdd Color CSS Codes

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

#c2dbdd Text Font Color

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

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


#c2dbdd Background Color

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

This div background color is #c2dbdd


#c2dbdd Border Color

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

This div border color is #c2dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dbdd

#c2dbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.