Color Hex Logo

#c9beda Color Hex

#C9BEDA
(201,190,218)
0 Favorites   0 Comments

Color spaces of #c9beda

RGB 201190218
HSL0.730.270.80
HSV264°13°85°
CMYK 0.080.130.00   0.15
XYZ55.155754.306473.9048
Yxy54.30640.30080.2962
Hunter Lab73.69294.6364-7.8755
CIE-Lab78.64019.1180-12.5932

#c9beda color RGB value is (201,190,218).

#c9beda hex color red value is 201, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c9beda hue: 0.73 , saturation: 0.27 and the lightness value of c9beda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 11011010
Octal 311 276 332
Decimal 201 190 218
Hex C9 BE DA

RGB Percentages of Color #c9beda

%33.00
%31.20
%35.80

CMYK Percentages of Color #c9beda

%8
%13
%0
%15

Triadic Colors of #c9beda

#c9beda #dac9be #bedac9

Analogous Colors of #c9beda

#c9beda #d7beda #bec1da

Monochromatic Colors of #c9beda

#c9beda

Complementary Color

#c9beda #cfdabe

#c9beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9beda Color CSS Codes

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

#c9beda Text Font Color

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

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


#c9beda Background Color

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

This div background color is #c9beda


#c9beda Border Color

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

This div border color is #c9beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9beda

#c9beda Color Palettes


Comments

No comments written yet.

Please login to write comment.