Color Hex Logo

#c9bdeb Color Hex

#C9BDEB
(201,189,235)
0 Favorites   0 Comments

Color spaces of #c9bdeb

RGB 201189235
HSL0.710.530.83
HSV256°20°92°
CMYK 0.140.200.00   0.08
XYZ57.280454.810986.1578
Yxy54.81090.28890.2765
Hunter Lab74.03448.5453-17.1749
CIE-Lab78.932213.1465-21.3109

#c9bdeb color RGB value is (201,189,235).

#c9bdeb hex color red value is 201, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c9bdeb hue: 0.71 , saturation: 0.53 and the lightness value of c9bdeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 11101011
Octal 311 275 353
Decimal 201 189 235
Hex C9 BD EB

RGB Percentages of Color #c9bdeb

%32.16
%30.24
%37.60

CMYK Percentages of Color #c9bdeb

%14
%20
%0
%8

Triadic Colors of #c9bdeb

#c9bdeb #ebc9bd #bdebc9

Analogous Colors of #c9bdeb

#c9bdeb #e0bdeb #bdc8eb

Monochromatic Colors of #c9bdeb

#c9bdeb

Complementary Color

#c9bdeb #dfebbd

#c9bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bdeb Color CSS Codes

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

#c9bdeb Text Font Color

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

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


#c9bdeb Background Color

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

This div background color is #c9bdeb


#c9bdeb Border Color

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

This div border color is #c9bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bdeb


Comments

No comments written yet.

Please login to write comment.