Color Hex Logo

#c9abce Color Hex

#C9ABCE
(201,171,206)
0 Favorites   0 Comments

Color spaces of #c9abce

RGB 201171206
HSL0.810.260.74
HSV291°17°81°
CMYK 0.020.170.00   0.19
XYZ49.790945.999664.6471
Yxy45.99960.31030.2867
Hunter Lab67.823012.3519-9.0376
CIE-Lab73.545317.0928-13.7085

#c9abce color RGB value is (201,171,206).

#c9abce hex color red value is 201, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9abce hue: 0.81 , saturation: 0.26 and the lightness value of c9abce is 0.74.

The process color (four color CMYK) of #c9abce color hex is 0.02, 0.17, 0.00, 0.19. Web safe color of #c9abce is #cc99cc. Color #c9abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11001110
Octal 311 253 316
Decimal 201 171 206
Hex C9 AB CE

RGB Percentages of Color #c9abce

%34.78
%29.58
%35.64

CMYK Percentages of Color #c9abce

%2
%17
%0
%19

Triadic Colors of #c9abce

#c9abce #cec9ab #abcec9

Analogous Colors of #c9abce

#c9abce #ceabc2 #b8abce

Monochromatic Colors of #c9abce

#c9abce

Complementary Color

#c9abce #b0ceab

#c9abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abce Color CSS Codes

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

#c9abce Text Font Color

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

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


#c9abce Background Color

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

This div background color is #c9abce


#c9abce Border Color

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

This div border color is #c9abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abce


Comments

No comments written yet.

Please login to write comment.