Color Hex Logo

#c9dddb Color Hex

#C9DDDB
(201,221,219)
0 Favorites   0 Comments

Color spaces of #c9dddb

RGB 201221219
HSL0.480.230.83
HSV174°87°
CMYK 0.090.000.01   0.13
XYZ62.730069.244977.0772
Yxy69.24490.30010.3312
Hunter Lab83.2135-11.06253.3316
CIE-Lab86.6252-7.0229-1.3056

#c9dddb color RGB value is (201,221,219).

#c9dddb hex color red value is 201, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c9dddb hue: 0.48 , saturation: 0.23 and the lightness value of c9dddb is 0.83.

The process color (four color CMYK) of #c9dddb color hex is 0.09, 0.00, 0.01, 0.13. Web safe color of #c9dddb is #cccccc. Color #c9dddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011101 11011011
Octal 311 335 333
Decimal 201 221 219
Hex C9 DD DB

RGB Percentages of Color #c9dddb

%31.36
%34.48
%34.17

CMYK Percentages of Color #c9dddb

%9
%0
%1
%13

Triadic Colors of #c9dddb

#c9dddb #dbc9dd #dddbc9

Analogous Colors of #c9dddb

#c9dddb #c9d5dd #c9ddd1

Monochromatic Colors of #c9dddb

#c9dddb

Complementary Color

#c9dddb #ddc9cb

#c9dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dddb Color CSS Codes

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

#c9dddb Text Font Color

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

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


#c9dddb Background Color

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

This div background color is #c9dddb


#c9dddb Border Color

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

This div border color is #c9dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dddb


Comments

No comments written yet.

Please login to write comment.