Color Hex Logo

#c9cedb Color Hex

#C9CEDB
(201,206,219)
0 Favorites   0 Comments

Color spaces of #c9cedb

RGB 201206219
HSL0.620.200.82
HSV223°86°
CMYK 0.080.060.00   0.14
XYZ58.944961.674675.8155
Yxy61.67460.30010.3140
Hunter Lab78.5332-3.4557-2.2650
CIE-Lab82.74010.7852-7.0261

#c9cedb color RGB value is (201,206,219).

#c9cedb hex color red value is 201, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c9cedb hue: 0.62 , saturation: 0.20 and the lightness value of c9cedb is 0.82.

The process color (four color CMYK) of #c9cedb color hex is 0.08, 0.06, 0.00, 0.14. Web safe color of #c9cedb is #cccccc. Color #c9cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11011011
Octal 311 316 333
Decimal 201 206 219
Hex C9 CE DB

RGB Percentages of Color #c9cedb

%32.11
%32.91
%34.98

CMYK Percentages of Color #c9cedb

%8
%6
%0
%14

Triadic Colors of #c9cedb

#c9cedb #dbc9ce #cedbc9

Analogous Colors of #c9cedb

#c9cedb #cdc9db #c9d7db

Monochromatic Colors of #c9cedb

#c9cedb

Complementary Color

#c9cedb #dbd6c9

#c9cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cedb Color CSS Codes

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

#c9cedb Text Font Color

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

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


#c9cedb Background Color

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

This div background color is #c9cedb


#c9cedb Border Color

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

This div border color is #c9cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cedb


Comments

No comments written yet.

Please login to write comment.