Color Hex Logo

#c9bedb Color Hex

#C9BEDB
(201,190,219)
0 Favorites   0 Comments

Color spaces of #c9bedb

RGB 201190219
HSL0.730.290.80
HSV263°13°86°
CMYK 0.080.130.00   0.14
XYZ55.287054.358974.5962
Yxy54.35890.30010.2950
Hunter Lab73.72854.8275-8.3778
CIE-Lab78.67059.3172-13.0871

#c9bedb color RGB value is (201,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 11011011
Octal 311 276 333
Decimal 201 190 219
Hex C9 BE DB

RGB Percentages of Color #c9bedb

%32.95
%31.15
%35.90

CMYK Percentages of Color #c9bedb

%8
%13
%0
%14

Triadic Colors of #c9bedb

#c9bedb #dbc9be #bedbc9

Analogous Colors of #c9bedb

#c9bedb #d8bedb #bec2db

Monochromatic Colors of #c9bedb

#c9bedb

Complementary Color

#c9bedb #d0dbbe

#c9bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bedb Color CSS Codes

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

#c9bedb Text Font Color

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

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


#c9bedb Background Color

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

This div background color is #c9bedb


#c9bedb Border Color

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

This div border color is #c9bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bedb


Comments

No comments written yet.

Please login to write comment.