Color Hex Logo

#cfbea9 Color Hex

#CFBEA9
(207,190,169)
0 Favorites   0 Comments

Color spaces of #cfbea9

RGB 207190169
HSL0.090.280.74
HSV33°18°81°
CMYK 0.000.080.18   0.19
XYZ51.307052.956945.0536
Yxy52.95690.34360.3547
Hunter Lab72.7715-1.500014.2330
CIE-Lab77.84952.590112.7752

#cfbea9 color RGB value is (207,190,169).

#cfbea9 hex color red value is 207, green value is 190 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cfbea9 hue: 0.09 , saturation: 0.28 and the lightness value of cfbea9 is 0.74.

The process color (four color CMYK) of #cfbea9 color hex is 0.00, 0.08, 0.18, 0.19. Web safe color of #cfbea9 is #cccc99. Color #cfbea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10101001
Octal 317 276 251
Decimal 207 190 169
Hex CF BE A9

RGB Percentages of Color #cfbea9

%36.57
%33.57
%29.86

CMYK Percentages of Color #cfbea9

%0
%8
%18
%19

Triadic Colors of #cfbea9

#cfbea9 #a9cfbe #bea9cf

Analogous Colors of #cfbea9

#cfbea9 #cdcfa9 #cfaba9

Monochromatic Colors of #cfbea9

#cfbea9

Complementary Color

#cfbea9 #a9bacf

#cfbea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbea9 Color CSS Codes

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

#cfbea9 Text Font Color

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

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


#cfbea9 Background Color

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

This div background color is #cfbea9


#cfbea9 Border Color

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

This div border color is #cfbea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbea9


Comments

No comments written yet.

Please login to write comment.