Color Hex Logo

#cfbeab Color Hex

#CFBEAB
(207,190,171)
0 Favorites   0 Comments

Color spaces of #cfbeab

RGB 207190171
HSL0.090.270.74
HSV32°17°81°
CMYK 0.000.080.17   0.19
XYZ51.496353.032646.0502
Yxy53.03260.34200.3522
Hunter Lab72.8235-1.216913.4842
CIE-Lab77.89422.897511.7614

#cfbeab color RGB value is (207,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 10101011
Octal 317 276 253
Decimal 207 190 171
Hex CF BE AB

RGB Percentages of Color #cfbeab

%36.44
%33.45
%30.11

CMYK Percentages of Color #cfbeab

%0
%8
%17
%19

Triadic Colors of #cfbeab

#cfbeab #abcfbe #beabcf

Analogous Colors of #cfbeab

#cfbeab #cecfab #cfacab

Monochromatic Colors of #cfbeab

#cfbeab

Complementary Color

#cfbeab #abbccf

#cfbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbeab Color CSS Codes

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

#cfbeab Text Font Color

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

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


#cfbeab Background Color

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

This div background color is #cfbeab


#cfbeab Border Color

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

This div border color is #cfbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbeab

#cfbeab Color Palettes


Comments

No comments written yet.

Please login to write comment.