Color Hex Logo

#c899ad Color Hex

#C899AD
(200,153,173)
0 Favorites   0 Comments

Color spaces of #c899ad

RGB 200153173
HSL0.930.300.69
HSV334°24°78°
CMYK 0.000.240.14   0.22
XYZ42.753538.079044.6318
Yxy38.07900.34080.3035
Hunter Lab61.708215.68150.3129
CIE-Lab68.078820.6934-3.6044

#c899ad color RGB value is (200,153,173).

#c899ad hex color red value is 200, green value is 153 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c899ad hue: 0.93 , saturation: 0.30 and the lightness value of c899ad is 0.69.

The process color (four color CMYK) of #c899ad color hex is 0.00, 0.24, 0.14, 0.22. Web safe color of #c899ad is #cc9999. Color #c899ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011001 10101101
Octal 310 231 255
Decimal 200 153 173
Hex C8 99 AD

RGB Percentages of Color #c899ad

%38.02
%29.09
%32.89

CMYK Percentages of Color #c899ad

%0
%24
%14
%22

Triadic Colors of #c899ad

#c899ad #adc899 #99adc8

Analogous Colors of #c899ad

#c899ad #c89d99 #c899c5

Monochromatic Colors of #c899ad

#c899ad

Complementary Color

#c899ad #99c8b4

#c899ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c899ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c899ad Color CSS Codes

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

#c899ad Text Font Color

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

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


#c899ad Background Color

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

This div background color is #c899ad


#c899ad Border Color

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

This div border color is #c899ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,153,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c899ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c899ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c899ad;
  box-shadow:         1px 1px 3px 2px #c899ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,153,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c899ad


Comments

No comments written yet.

Please login to write comment.