Color Hex Logo

#c9cbdb Color Hex

#C9CBDB
(201,203,219)
0 Favorites   0 Comments

Color spaces of #c9cbdb

RGB 201203219
HSL0.650.200.82
HSV233°86°
CMYK 0.080.070.00   0.14
XYZ58.229560.243975.5770
Yxy60.24390.30010.3105
Hunter Lab77.6169-1.9160-3.3999
CIE-Lab81.97062.3699-8.1667

#c9cbdb color RGB value is (201,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 11011011
Octal 311 313 333
Decimal 201 203 219
Hex C9 CB DB

RGB Percentages of Color #c9cbdb

%32.26
%32.58
%35.15

CMYK Percentages of Color #c9cbdb

%8
%7
%0
%14

Triadic Colors of #c9cbdb

#c9cbdb #dbc9cb #cbdbc9

Analogous Colors of #c9cbdb

#c9cbdb #d0c9db #c9d4db

Monochromatic Colors of #c9cbdb

#c9cbdb

Complementary Color

#c9cbdb #dbd9c9

#c9cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbdb Color CSS Codes

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

#c9cbdb Text Font Color

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

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


#c9cbdb Background Color

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

This div background color is #c9cbdb


#c9cbdb Border Color

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

This div border color is #c9cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbdb


Comments

No comments written yet.

Please login to write comment.