Color Hex Logo

#cf99aa Color Hex

#CF99AA
(207,153,170)
0 Favorites   0 Comments

Color spaces of #cf99aa

RGB 207153170
HSL0.950.360.71
HSV341°26°81°
CMYK 0.000.260.18   0.19
XYZ44.379138.950143.2093
Yxy38.95010.35070.3078
Hunter Lab62.410017.71192.6378
CIE-Lab68.715122.7459-0.9119

#cf99aa color RGB value is (207,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 10101010
Octal 317 231 252
Decimal 207 153 170
Hex CF 99 AA

RGB Percentages of Color #cf99aa

%39.06
%28.87
%32.08

CMYK Percentages of Color #cf99aa

%0
%26
%18
%19

Triadic Colors of #cf99aa

#cf99aa #aacf99 #99aacf

Analogous Colors of #cf99aa

#cf99aa #cfa399 #cf99c5

Monochromatic Colors of #cf99aa

#cf99aa

Complementary Color

#cf99aa #99cfbe

#cf99aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99aa Color CSS Codes

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

#cf99aa Text Font Color

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

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


#cf99aa Background Color

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

This div background color is #cf99aa


#cf99aa Border Color

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

This div border color is #cf99aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99aa


Comments

No comments written yet.

Please login to write comment.