Color Hex Logo

#cfa127 Color Hex

#CFA127
(207,161,39)
0 Favorites   0 Comments

Color spaces of #cfa127

RGB 20716139
HSL0.120.680.48
HSV44°81°81°
CMYK 0.000.220.81   0.19
XYZ38.843238.90167.3810
Yxy38.90160.45630.4570
Hunter Lab62.37112.015936.6434
CIE-Lab68.67996.047364.4516

#cfa127 color RGB value is (207,161,39).

#cfa127 hex color red value is 207, green value is 161 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cfa127 hue: 0.12 , saturation: 0.68 and the lightness value of cfa127 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 00100111
Octal 317 241 47
Decimal 207 161 39
Hex CF A1 27

RGB Percentages of Color #cfa127

%50.86
%39.56
%9.58

CMYK Percentages of Color #cfa127

%0
%22
%81
%19

Triadic Colors of #cfa127

#cfa127 #27cfa1 #a127cf

Analogous Colors of #cfa127

#cfa127 #a9cf27 #cf4d27

Monochromatic Colors of #cfa127

#cfa127

Complementary Color

#cfa127 #2755cf

#cfa127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa127 Color CSS Codes

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

#cfa127 Text Font Color

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

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


#cfa127 Background Color

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

This div background color is #cfa127


#cfa127 Border Color

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

This div border color is #cfa127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa127


Comments

No comments written yet.

Please login to write comment.