Color Hex Logo

#cfbea8 Color Hex

#CFBEA8
(207,190,168)
0 Favorites   0 Comments

Color spaces of #cfbea8

RGB 207190168
HSL0.090.290.74
HSV34°19°81°
CMYK 0.000.080.19   0.19
XYZ51.213552.919544.5610
Yxy52.91950.34440.3559
Hunter Lab72.7458-1.640014.6035
CIE-Lab77.82742.437913.2822

#cfbea8 color RGB value is (207,190,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10101000
Octal 317 276 250
Decimal 207 190 168
Hex CF BE A8

RGB Percentages of Color #cfbea8

%36.64
%33.63
%29.73

CMYK Percentages of Color #cfbea8

%0
%8
%19
%19

Triadic Colors of #cfbea8

#cfbea8 #a8cfbe #bea8cf

Analogous Colors of #cfbea8

#cfbea8 #cdcfa8 #cfaba8

Monochromatic Colors of #cfbea8

#cfbea8

Complementary Color

#cfbea8 #a8b9cf

#cfbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbea8 Color CSS Codes

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

#cfbea8 Text Font Color

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

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


#cfbea8 Background Color

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

This div background color is #cfbea8


#cfbea8 Border Color

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

This div border color is #cfbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbea8


Comments

No comments written yet.

Please login to write comment.