Color Hex Logo

#cfa522 Color Hex

#CFA522
(207,165,34)
0 Favorites   0 Comments

Color spaces of #cfa522

RGB 20716534
HSL0.130.720.47
HSV45°84°81°
CMYK 0.000.200.84   0.19
XYZ39.476040.29127.2097
Yxy40.29120.45390.4632
Hunter Lab63.4753-0.070837.6984
CIE-Lab69.67643.756166.8055

#cfa522 color RGB value is (207,165,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00100010
Octal 317 245 42
Decimal 207 165 34
Hex CF A5 22

RGB Percentages of Color #cfa522

%50.99
%40.64
%8.37

CMYK Percentages of Color #cfa522

%0
%20
%84
%19

Triadic Colors of #cfa522

#cfa522 #22cfa5 #a522cf

Analogous Colors of #cfa522

#cfa522 #a3cf22 #cf4e22

Monochromatic Colors of #cfa522

#cfa522

Complementary Color

#cfa522 #224ccf

#cfa522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa522 Color CSS Codes

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

#cfa522 Text Font Color

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

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


#cfa522 Background Color

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

This div background color is #cfa522


#cfa522 Border Color

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

This div border color is #cfa522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa522


Comments

No comments written yet.

Please login to write comment.