Color Hex Logo

#cfa521 Color Hex

#CFA521
(207,165,33)
0 Favorites   0 Comments

Color spaces of #cfa521

RGB 20716533
HSL0.130.730.47
HSV46°84°81°
CMYK 0.000.200.84   0.19
XYZ39.461840.28557.1349
Yxy40.28550.45420.4637
Hunter Lab63.4709-0.095037.7647
CIE-Lab69.67243.728767.0793

#cfa521 color RGB value is (207,165,33).

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

The process color (four color CMYK) of #cfa521 color hex is 0.00, 0.20, 0.84, 0.19. Web safe color of #cfa521 is #cc9933. Color #cfa521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00100001
Octal 317 245 41
Decimal 207 165 33
Hex CF A5 21

RGB Percentages of Color #cfa521

%51.11
%40.74
%8.15

CMYK Percentages of Color #cfa521

%0
%20
%84
%19

Triadic Colors of #cfa521

#cfa521 #21cfa5 #a521cf

Analogous Colors of #cfa521

#cfa521 #a2cf21 #cf4e21

Monochromatic Colors of #cfa521

#cfa521

Complementary Color

#cfa521 #214bcf

#cfa521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa521 Color CSS Codes

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

#cfa521 Text Font Color

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

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


#cfa521 Background Color

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

This div background color is #cfa521


#cfa521 Border Color

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

This div border color is #cfa521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa521


Comments

No comments written yet.

Please login to write comment.