Color Hex Logo

#cfb88e Color Hex

#CFB88E
(207,184,142)
0 Favorites   0 Comments

Color spaces of #cfb88e

RGB 207184142
HSL0.110.400.68
HSV39°31°81°
CMYK 0.000.110.31   0.19
XYZ47.755149.499432.6286
Yxy49.49940.36770.3811
Hunter Lab70.3558-1.963021.7524
CIE-Lab75.76101.972524.3716

#cfb88e color RGB value is (207,184,142).

#cfb88e hex color red value is 207, green value is 184 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cfb88e hue: 0.11 , saturation: 0.40 and the lightness value of cfb88e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 10001110
Octal 317 270 216
Decimal 207 184 142
Hex CF B8 8E

RGB Percentages of Color #cfb88e

%38.84
%34.52
%26.64

CMYK Percentages of Color #cfb88e

%0
%11
%31
%19

Triadic Colors of #cfb88e

#cfb88e #8ecfb8 #b88ecf

Analogous Colors of #cfb88e

#cfb88e #c6cf8e #cf988e

Monochromatic Colors of #cfb88e

#cfb88e

Complementary Color

#cfb88e #8ea5cf

#cfb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb88e Color CSS Codes

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

#cfb88e Text Font Color

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

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


#cfb88e Background Color

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

This div background color is #cfb88e


#cfb88e Border Color

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

This div border color is #cfb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb88e


Comments

No comments written yet.

Please login to write comment.