Color Hex Logo

#cfb520 Color Hex

#CFB520
(207,181,32)
0 Favorites   0 Comments

Color spaces of #cfb520

RGB 20718132
HSL0.140.730.47
HSV51°85°81°
CMYK 0.000.130.85   0.19
XYZ42.516746.41748.0851
Yxy46.41740.43820.4784
Hunter Lab68.1303-7.835240.6552
CIE-Lab73.8156-4.742670.7914

#cfb520 color RGB value is (207,181,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 00100000
Octal 317 265 40
Decimal 207 181 32
Hex CF B5 20

RGB Percentages of Color #cfb520

%49.29
%43.10
%7.62

CMYK Percentages of Color #cfb520

%0
%13
%85
%19

Triadic Colors of #cfb520

#cfb520 #20cfb5 #b520cf

Analogous Colors of #cfb520

#cfb520 #92cf20 #cf5e20

Monochromatic Colors of #cfb520

#cfb520

Complementary Color

#cfb520 #203acf

#cfb520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb520 Color CSS Codes

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

#cfb520 Text Font Color

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

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


#cfb520 Background Color

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

This div background color is #cfb520


#cfb520 Border Color

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

This div border color is #cfb520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb520


Comments

No comments written yet.

Please login to write comment.