Color Hex Logo

#c9bece Color Hex

#C9BECE
(201,190,206)
0 Favorites   0 Comments

Color spaces of #c9bece

RGB 201190206
HSL0.780.140.78
HSV281°81°
CMYK 0.020.080.00   0.19
XYZ53.641453.700665.9306
Yxy53.70060.30960.3099
Hunter Lab73.28072.4206-2.0467
CIE-Lab78.28686.7883-6.6386

#c9bece color RGB value is (201,190,206).

#c9bece hex color red value is 201, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9bece hue: 0.78 , saturation: 0.14 and the lightness value of c9bece is 0.78.

The process color (four color CMYK) of #c9bece color hex is 0.02, 0.08, 0.00, 0.19. Web safe color of #c9bece is #cccccc. Color #c9bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 11001110
Octal 311 276 316
Decimal 201 190 206
Hex C9 BE CE

RGB Percentages of Color #c9bece

%33.67
%31.83
%34.51

CMYK Percentages of Color #c9bece

%2
%8
%0
%19

Triadic Colors of #c9bece

#c9bece #cec9be #becec9

Analogous Colors of #c9bece

#c9bece #cebecb #c1bece

Monochromatic Colors of #c9bece

#c9bece

Complementary Color

#c9bece #c3cebe

#c9bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bece Color CSS Codes

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

#c9bece Text Font Color

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

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


#c9bece Background Color

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

This div background color is #c9bece


#c9bece Border Color

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

This div border color is #c9bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bece


Comments

No comments written yet.

Please login to write comment.