Color Hex Logo

#cfbeb1 Color Hex

#CFBEB1
(207,190,177)
0 Favorites   0 Comments

Color spaces of #cfbeb1

RGB 207190177
HSL0.070.240.75
HSV26°14°81°
CMYK 0.000.080.14   0.19
XYZ52.081453.266649.1315
Yxy53.26660.33710.3448
Hunter Lab72.9840-0.344311.1758
CIE-Lab78.03213.84118.7227

#cfbeb1 color RGB value is (207,190,177).

#cfbeb1 hex color red value is 207, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #cfbeb1 hue: 0.07 , saturation: 0.24 and the lightness value of cfbeb1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10110001
Octal 317 276 261
Decimal 207 190 177
Hex CF BE B1

RGB Percentages of Color #cfbeb1

%36.06
%33.10
%30.84

CMYK Percentages of Color #cfbeb1

%0
%8
%14
%19

Triadic Colors of #cfbeb1

#cfbeb1 #b1cfbe #beb1cf

Analogous Colors of #cfbeb1

#cfbeb1 #cfcdb1 #cfb1b3

Monochromatic Colors of #cfbeb1

#cfbeb1

Complementary Color

#cfbeb1 #b1c2cf

#cfbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeb1 Color CSS Codes

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

#cfbeb1 Text Font Color

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

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


#cfbeb1 Background Color

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

This div background color is #cfbeb1


#cfbeb1 Border Color

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

This div border color is #cfbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeb1


Comments

No comments written yet.

Please login to write comment.