Color Hex Logo

#cfa237 Color Hex

#CFA237
(207,162,55)
0 Favorites   0 Comments

Color spaces of #cfa237

RGB 20716255
HSL0.120.610.51
HSV42°73°81°
CMYK 0.000.220.73   0.19
XYZ39.342039.38199.1423
Yxy39.38190.44770.4482
Hunter Lab62.75502.082935.2910
CIE-Lab69.02706.132759.0203

#cfa237 color RGB value is (207,162,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100010 00110111
Octal 317 242 67
Decimal 207 162 55
Hex CF A2 37

RGB Percentages of Color #cfa237

%48.82
%38.21
%12.97

CMYK Percentages of Color #cfa237

%0
%22
%73
%19

Triadic Colors of #cfa237

#cfa237 #37cfa2 #a237cf

Analogous Colors of #cfa237

#cfa237 #b0cf37 #cf5637

Monochromatic Colors of #cfa237

#cfa237

Complementary Color

#cfa237 #3764cf

#cfa237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa237 Color CSS Codes

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

#cfa237 Text Font Color

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

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


#cfa237 Background Color

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

This div background color is #cfa237


#cfa237 Border Color

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

This div border color is #cfa237


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,162,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 #cfa237">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa237


Comments

No comments written yet.

Please login to write comment.