Color Hex Logo

#cfa537 Color Hex

#CFA537
(207,165,55)
0 Favorites   0 Comments

Color spaces of #cfa537

RGB 20716555
HSL0.120.610.51
HSV43°73°81°
CMYK 0.000.200.73   0.19
XYZ39.876840.45159.3206
Yxy40.45150.44480.4512
Hunter Lab63.60150.613135.8323
CIE-Lab69.78994.525259.7699

#cfa537 color RGB value is (207,165,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00110111
Octal 317 245 67
Decimal 207 165 55
Hex CF A5 37

RGB Percentages of Color #cfa537

%48.48
%38.64
%12.88

CMYK Percentages of Color #cfa537

%0
%20
%73
%19

Triadic Colors of #cfa537

#cfa537 #37cfa5 #a537cf

Analogous Colors of #cfa537

#cfa537 #adcf37 #cf5937

Monochromatic Colors of #cfa537

#cfa537

Complementary Color

#cfa537 #3761cf

#cfa537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa537 Color CSS Codes

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

#cfa537 Text Font Color

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

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


#cfa537 Background Color

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

This div background color is #cfa537


#cfa537 Border Color

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

This div border color is #cfa537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa537


Comments

No comments written yet.

Please login to write comment.