Color Hex Logo

#cfb57a Color Hex

#CFB57A
(207,181,122)
0 Favorites   0 Comments

Color spaces of #cfb57a

RGB 207181122
HSL0.120.470.65
HSV42°41°81°
CMYK 0.000.130.41   0.19
XYZ45.768947.718325.2106
Yxy47.71830.38560.4020
Hunter Lab69.0784-2.619526.7167
CIE-Lab74.64691.185533.4766

#cfb57a color RGB value is (207,181,122).

#cfb57a hex color red value is 207, green value is 181 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfb57a hue: 0.12 , saturation: 0.47 and the lightness value of cfb57a is 0.65.

The process color (four color CMYK) of #cfb57a color hex is 0.00, 0.13, 0.41, 0.19. Web safe color of #cfb57a is #cccc66. Color #cfb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01111010
Octal 317 265 172
Decimal 207 181 122
Hex CF B5 7A

RGB Percentages of Color #cfb57a

%40.59
%35.49
%23.92

CMYK Percentages of Color #cfb57a

%0
%13
%41
%19

Triadic Colors of #cfb57a

#cfb57a #7acfb5 #b57acf

Analogous Colors of #cfb57a

#cfb57a #bfcf7a #cf8b7a

Monochromatic Colors of #cfb57a

#cfb57a

Complementary Color

#cfb57a #7a94cf

#cfb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb57a Color CSS Codes

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

#cfb57a Text Font Color

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

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


#cfb57a Background Color

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

This div background color is #cfb57a


#cfb57a Border Color

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

This div border color is #cfb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb57a


Comments

No comments written yet.

Please login to write comment.