Color Hex Logo

#cfa539 Color Hex

#CFA539
(207,165,57)
0 Favorites   0 Comments

Color spaces of #cfa539

RGB 20716557
HSL0.120.610.52
HSV43°72°81°
CMYK 0.000.200.72   0.19
XYZ39.925840.47119.5783
Yxy40.47110.44370.4498
Hunter Lab63.61690.696635.6050
CIE-Lab69.80384.618858.9889

#cfa539 color RGB value is (207,165,57).

#cfa539 hex color red value is 207, green value is 165 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cfa539 hue: 0.12 , saturation: 0.61 and the lightness value of cfa539 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00111001
Octal 317 245 71
Decimal 207 165 57
Hex CF A5 39

RGB Percentages of Color #cfa539

%48.25
%38.46
%13.29

CMYK Percentages of Color #cfa539

%0
%20
%72
%19

Triadic Colors of #cfa539

#cfa539 #39cfa5 #a539cf

Analogous Colors of #cfa539

#cfa539 #aecf39 #cf5a39

Monochromatic Colors of #cfa539

#cfa539

Complementary Color

#cfa539 #3963cf

#cfa539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa539 Color CSS Codes

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

#cfa539 Text Font Color

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

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


#cfa539 Background Color

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

This div background color is #cfa539


#cfa539 Border Color

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

This div border color is #cfa539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa539


Comments

No comments written yet.

Please login to write comment.