Color Hex Logo

#cfb88c Color Hex

#CFB88C
(207,184,140)
0 Favorites   0 Comments

Color spaces of #cfb88c

RGB 207184140
HSL0.110.410.68
HSV39°32°81°
CMYK 0.000.110.32   0.19
XYZ47.606249.439831.8447
Yxy49.43980.36940.3836
Hunter Lab70.3134-2.193922.3672
CIE-Lab75.72411.717725.3886

#cfb88c color RGB value is (207,184,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 10001100
Octal 317 270 214
Decimal 207 184 140
Hex CF B8 8C

RGB Percentages of Color #cfb88c

%38.98
%34.65
%26.37

CMYK Percentages of Color #cfb88c

%0
%11
%32
%19

Triadic Colors of #cfb88c

#cfb88c #8ccfb8 #b88ccf

Analogous Colors of #cfb88c

#cfb88c #c5cf8c #cf978c

Monochromatic Colors of #cfb88c

#cfb88c

Complementary Color

#cfb88c #8ca3cf

#cfb88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb88c Color CSS Codes

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

#cfb88c Text Font Color

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

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


#cfb88c Background Color

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

This div background color is #cfb88c


#cfb88c Border Color

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

This div border color is #cfb88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb88c


Comments

No comments written yet.

Please login to write comment.