Color Hex Logo

#cfb54f Color Hex

#CFB54F
(207,181,79)
0 Favorites   0 Comments

Color spaces of #cfb54f

RGB 20718179
HSL0.130.570.56
HSV48°62°81°
CMYK 0.000.130.62   0.19
XYZ43.667346.877714.1439
Yxy46.87770.41710.4478
Hunter Lab68.4673-5.973435.6790
CIE-Lab74.1115-2.599354.0747

#cfb54f color RGB value is (207,181,79).

#cfb54f hex color red value is 207, green value is 181 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cfb54f hue: 0.13 , saturation: 0.57 and the lightness value of cfb54f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01001111
Octal 317 265 117
Decimal 207 181 79
Hex CF B5 4F

RGB Percentages of Color #cfb54f

%44.33
%38.76
%16.92

CMYK Percentages of Color #cfb54f

%0
%13
%62
%19

Triadic Colors of #cfb54f

#cfb54f #4fcfb5 #b54fcf

Analogous Colors of #cfb54f

#cfb54f #a9cf4f #cf754f

Monochromatic Colors of #cfb54f

#cfb54f

Complementary Color

#cfb54f #4f69cf

#cfb54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb54f Color CSS Codes

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

#cfb54f Text Font Color

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

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


#cfb54f Background Color

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

This div background color is #cfb54f


#cfb54f Border Color

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

This div border color is #cfb54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb54f


Comments

No comments written yet.

Please login to write comment.