Color Hex Logo

#cfae99 Color Hex

#CFAE99
(207,174,153)
0 Favorites   0 Comments

Color spaces of #cfae99

RGB 207174153
HSL0.060.360.71
HSV23°26°81°
CMYK 0.000.160.26   0.19
XYZ46.617945.837436.5275
Yxy45.83740.36140.3554
Hunter Lab67.70334.427415.4040
CIE-Lab73.43998.796515.2381

#cfae99 color RGB value is (207,174,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 10011001
Octal 317 256 231
Decimal 207 174 153
Hex CF AE 99

RGB Percentages of Color #cfae99

%38.76
%32.58
%28.65

CMYK Percentages of Color #cfae99

%0
%16
%26
%19

Triadic Colors of #cfae99

#cfae99 #99cfae #ae99cf

Analogous Colors of #cfae99

#cfae99 #cfc999 #cf999f

Monochromatic Colors of #cfae99

#cfae99

Complementary Color

#cfae99 #99bacf

#cfae99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae99 Color CSS Codes

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

#cfae99 Text Font Color

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

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


#cfae99 Background Color

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

This div background color is #cfae99


#cfae99 Border Color

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

This div border color is #cfae99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae99


Comments

No comments written yet.

Please login to write comment.