Color Hex Logo

#cf99ad Color Hex

#CF99AD
(207,153,173)
0 Favorites   0 Comments

Color spaces of #cf99ad

RGB 207153173
HSL0.940.360.71
HSV338°26°81°
CMYK 0.000.260.16   0.19
XYZ44.666239.065044.7213
Yxy39.06500.34770.3041
Hunter Lab62.502018.18411.3283
CIE-Lab68.798323.2219-2.4631

#cf99ad color RGB value is (207,153,173).

#cf99ad hex color red value is 207, green value is 153 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf99ad hue: 0.94 , saturation: 0.36 and the lightness value of cf99ad is 0.71.

The process color (four color CMYK) of #cf99ad color hex is 0.00, 0.26, 0.16, 0.19. Web safe color of #cf99ad is #cc9999. Color #cf99ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 10101101
Octal 317 231 255
Decimal 207 153 173
Hex CF 99 AD

RGB Percentages of Color #cf99ad

%38.84
%28.71
%32.46

CMYK Percentages of Color #cf99ad

%0
%26
%16
%19

Triadic Colors of #cf99ad

#cf99ad #adcf99 #99adcf

Analogous Colors of #cf99ad

#cf99ad #cfa099 #cf99c8

Monochromatic Colors of #cf99ad

#cf99ad

Complementary Color

#cf99ad #99cfbb

#cf99ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99ad Color CSS Codes

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

#cf99ad Text Font Color

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

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


#cf99ad Background Color

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

This div background color is #cf99ad


#cf99ad Border Color

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

This div border color is #cf99ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99ad


Comments

No comments written yet.

Please login to write comment.