Color Hex Logo

#cfbeaa Color Hex

#CFBEAA
(207,190,170)
0 Favorites   0 Comments

Color spaces of #cfbeaa

RGB 207190170
HSL0.090.280.74
HSV32°18°81°
CMYK 0.000.080.18   0.19
XYZ51.401352.994645.5501
Yxy52.99460.34280.3534
Hunter Lab72.7974-1.358913.8598
CIE-Lab77.87182.743412.2681

#cfbeaa color RGB value is (207,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10101010
Octal 317 276 252
Decimal 207 190 170
Hex CF BE AA

RGB Percentages of Color #cfbeaa

%36.51
%33.51
%29.98

CMYK Percentages of Color #cfbeaa

%0
%8
%18
%19

Triadic Colors of #cfbeaa

#cfbeaa #aacfbe #beaacf

Analogous Colors of #cfbeaa

#cfbeaa #cecfaa #cfacaa

Monochromatic Colors of #cfbeaa

#cfbeaa

Complementary Color

#cfbeaa #aabbcf

#cfbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeaa Color CSS Codes

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

#cfbeaa Text Font Color

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

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


#cfbeaa Background Color

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

This div background color is #cfbeaa


#cfbeaa Border Color

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

This div border color is #cfbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeaa


Comments

No comments written yet.

Please login to write comment.