Color Hex Logo

#c2dbdf Color Hex

#C2DBDF
(194,219,223)
0 Favorites   0 Comments

Color spaces of #c2dbdf

RGB 194219223
HSL0.520.310.82
HSV188°13°87°
CMYK 0.130.020.00   0.13
XYZ60.898967.460179.6234
Yxy67.46010.29280.3244
Hunter Lab82.1341-11.38460.0163
CIE-Lab85.7358-7.4669-4.7805

#c2dbdf color RGB value is (194,219,223).

#c2dbdf hex color red value is 194, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c2dbdf hue: 0.52 , saturation: 0.31 and the lightness value of c2dbdf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 11011111
Octal 302 333 337
Decimal 194 219 223
Hex C2 DB DF

RGB Percentages of Color #c2dbdf

%30.50
%34.43
%35.06

CMYK Percentages of Color #c2dbdf

%13
%2
%0
%13

Triadic Colors of #c2dbdf

#c2dbdf #dfc2db #dbdfc2

Analogous Colors of #c2dbdf

#c2dbdf #c2cddf #c2dfd5

Monochromatic Colors of #c2dbdf

#c2dbdf

Complementary Color

#c2dbdf #dfc6c2

#c2dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dbdf Color CSS Codes

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

#c2dbdf Text Font Color

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

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


#c2dbdf Background Color

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

This div background color is #c2dbdf


#c2dbdf Border Color

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

This div border color is #c2dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dbdf

#c2dbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.