Color Hex Logo

#cfbe9e Color Hex

#CFBE9E
(207,190,158)
0 Favorites   0 Comments

Color spaces of #cfbe9e

RGB 207190158
HSL0.110.340.72
HSV39°24°81°
CMYK 0.000.080.24   0.19
XYZ50.317152.560939.8410
Yxy52.56090.35260.3683
Hunter Lab72.4989-2.987018.1670
CIE-Lab77.61500.965718.3556

#cfbe9e color RGB value is (207,190,158).

#cfbe9e hex color red value is 207, green value is 190 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfbe9e hue: 0.11 , saturation: 0.34 and the lightness value of cfbe9e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10011110
Octal 317 276 236
Decimal 207 190 158
Hex CF BE 9E

RGB Percentages of Color #cfbe9e

%37.30
%34.23
%28.47

CMYK Percentages of Color #cfbe9e

%0
%8
%24
%19

Triadic Colors of #cfbe9e

#cfbe9e #9ecfbe #be9ecf

Analogous Colors of #cfbe9e

#cfbe9e #c8cf9e #cfa69e

Monochromatic Colors of #cfbe9e

#cfbe9e

Complementary Color

#cfbe9e #9eafcf

#cfbe9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbe9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbe9e Color CSS Codes

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

#cfbe9e Text Font Color

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

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


#cfbe9e Background Color

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

This div background color is #cfbe9e


#cfbe9e Border Color

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

This div border color is #cfbe9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbe9e


Comments

No comments written yet.

Please login to write comment.