Color Hex Logo

#c9bfdc Color Hex

#C9BFDC
(201,191,220)
0 Favorites   0 Comments

Color spaces of #c9bfdc

RGB 201191220
HSL0.720.290.81
HSV261°13°86°
CMYK 0.090.130.00   0.14
XYZ55.636554.846475.3642
Yxy54.84640.29940.2951
Hunter Lab74.05844.4964-8.4946
CIE-Lab78.95278.9786-13.2036

#c9bfdc color RGB value is (201,191,220).

#c9bfdc hex color red value is 201, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9bfdc hue: 0.72 , saturation: 0.29 and the lightness value of c9bfdc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111111 11011100
Octal 311 277 334
Decimal 201 191 220
Hex C9 BF DC

RGB Percentages of Color #c9bfdc

%32.84
%31.21
%35.95

CMYK Percentages of Color #c9bfdc

%9
%13
%0
%14

Triadic Colors of #c9bfdc

#c9bfdc #dcc9bf #bfdcc9

Analogous Colors of #c9bfdc

#c9bfdc #d8bfdc #bfc4dc

Monochromatic Colors of #c9bfdc

#c9bfdc

Complementary Color

#c9bfdc #d2dcbf

#c9bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bfdc Color CSS Codes

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

#c9bfdc Text Font Color

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

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


#c9bfdc Background Color

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

This div background color is #c9bfdc


#c9bfdc Border Color

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

This div border color is #c9bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bfdc


Comments

No comments written yet.

Please login to write comment.