Color Hex Logo

#c9cbdd Color Hex

#C9CBDD
(201,203,221)
0 Favorites   0 Comments

Color spaces of #c9cbdd

RGB 201203221
HSL0.650.230.83
HSV234°87°
CMYK 0.090.080.00   0.13
XYZ58.494560.349876.9723
Yxy60.34980.29870.3082
Hunter Lab77.6851-1.5440-4.3664
CIE-Lab82.02802.7659-9.1509

#c9cbdd color RGB value is (201,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 11011101
Octal 311 313 335
Decimal 201 203 221
Hex C9 CB DD

RGB Percentages of Color #c9cbdd

%32.16
%32.48
%35.36

CMYK Percentages of Color #c9cbdd

%9
%8
%0
%13

Triadic Colors of #c9cbdd

#c9cbdd #ddc9cb #cbddc9

Analogous Colors of #c9cbdd

#c9cbdd #d1c9dd #c9d5dd

Monochromatic Colors of #c9cbdd

#c9cbdd

Complementary Color

#c9cbdd #dddbc9

#c9cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbdd Color CSS Codes

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

#c9cbdd Text Font Color

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

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


#c9cbdd Background Color

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

This div background color is #c9cbdd


#c9cbdd Border Color

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

This div border color is #c9cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbdd


Comments

No comments written yet.

Please login to write comment.