Color Hex Logo

#c9cadb Color Hex

#C9CADB
(201,202,219)
0 Favorites   0 Comments

Color spaces of #c9cadb

RGB 201202219
HSL0.660.200.82
HSV237°86°
CMYK 0.080.080.00   0.14
XYZ57.994159.773075.4986
Yxy59.77300.30010.3093
Hunter Lab77.3130-1.4012-3.7795
CIE-Lab81.71462.9001-8.5467

#c9cadb color RGB value is (201,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11011011
Octal 311 312 333
Decimal 201 202 219
Hex C9 CA DB

RGB Percentages of Color #c9cadb

%32.32
%32.48
%35.21

CMYK Percentages of Color #c9cadb

%8
%8
%0
%14

Triadic Colors of #c9cadb

#c9cadb #dbc9ca #cadbc9

Analogous Colors of #c9cadb

#c9cadb #d1c9db #c9d3db

Monochromatic Colors of #c9cadb

#c9cadb

Complementary Color

#c9cadb #dbdac9

#c9cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cadb Color CSS Codes

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

#c9cadb Text Font Color

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

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


#c9cadb Background Color

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

This div background color is #c9cadb


#c9cadb Border Color

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

This div border color is #c9cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cadb


Comments

No comments written yet.

Please login to write comment.