Color Hex Logo

#cfbea1 Color Hex

#CFBEA1
(207,190,161)
0 Favorites   0 Comments

Color spaces of #cfbea1

RGB 207190161
HSL0.110.320.72
HSV38°22°81°
CMYK 0.000.080.22   0.19
XYZ50.578652.665541.2179
Yxy52.66550.35010.3646
Hunter Lab72.5710-2.593117.1250
CIE-Lab77.67711.397716.8333

#cfbea1 color RGB value is (207,190,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10100001
Octal 317 276 241
Decimal 207 190 161
Hex CF BE A1

RGB Percentages of Color #cfbea1

%37.10
%34.05
%28.85

CMYK Percentages of Color #cfbea1

%0
%8
%22
%19

Triadic Colors of #cfbea1

#cfbea1 #a1cfbe #bea1cf

Analogous Colors of #cfbea1

#cfbea1 #c9cfa1 #cfa7a1

Monochromatic Colors of #cfbea1

#cfbea1

Complementary Color

#cfbea1 #a1b2cf

#cfbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbea1 Color CSS Codes

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

#cfbea1 Text Font Color

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

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


#cfbea1 Background Color

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

This div background color is #cfbea1


#cfbea1 Border Color

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

This div border color is #cfbea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbea1


Comments

No comments written yet.

Please login to write comment.