Color Hex Logo

#cfb54a Color Hex

#CFB54A
(207,181,74)
0 Favorites   0 Comments

Color spaces of #cfb54a

RGB 20718174
HSL0.130.580.55
HSV48°64°81°
CMYK 0.000.130.64   0.19
XYZ43.492046.807613.2211
Yxy46.80760.42010.4522
Hunter Lab68.4161-6.256036.4337
CIE-Lab74.0665-2.922656.2497

#cfb54a color RGB value is (207,181,74).

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

The process color (four color CMYK) of #cfb54a color hex is 0.00, 0.13, 0.64, 0.19. Web safe color of #cfb54a is #cccc33. Color #cfb54a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01001010
Octal 317 265 112
Decimal 207 181 74
Hex CF B5 4A

RGB Percentages of Color #cfb54a

%44.81
%39.18
%16.02

CMYK Percentages of Color #cfb54a

%0
%13
%64
%19

Triadic Colors of #cfb54a

#cfb54a #4acfb5 #b54acf

Analogous Colors of #cfb54a

#cfb54a #a7cf4a #cf734a

Monochromatic Colors of #cfb54a

#cfb54a

Complementary Color

#cfb54a #4a64cf

#cfb54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb54a Color CSS Codes

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

#cfb54a Text Font Color

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

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


#cfb54a Background Color

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

This div background color is #cfb54a


#cfb54a Border Color

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

This div border color is #cfb54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb54a


Comments

No comments written yet.

Please login to write comment.