Color Hex Logo

#cfa62e Color Hex

#CFA62E
(207,166,46)
0 Favorites   0 Comments

Color spaces of #cfa62e

RGB 20716646
HSL0.120.640.50
HSV45°78°81°
CMYK 0.000.200.78   0.19
XYZ39.861540.73518.3465
Yxy40.73510.44820.4580
Hunter Lab63.8241-0.209436.9233
CIE-Lab69.98993.615263.2991

#cfa62e color RGB value is (207,166,46).

#cfa62e hex color red value is 207, green value is 166 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfa62e hue: 0.12 , saturation: 0.64 and the lightness value of cfa62e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 00101110
Octal 317 246 56
Decimal 207 166 46
Hex CF A6 2E

RGB Percentages of Color #cfa62e

%49.40
%39.62
%10.98

CMYK Percentages of Color #cfa62e

%0
%20
%78
%19

Triadic Colors of #cfa62e

#cfa62e #2ecfa6 #a62ecf

Analogous Colors of #cfa62e

#cfa62e #a8cf2e #cf562e

Monochromatic Colors of #cfa62e

#cfa62e

Complementary Color

#cfa62e #2e57cf

#cfa62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa62e Color CSS Codes

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

#cfa62e Text Font Color

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

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


#cfa62e Background Color

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

This div background color is #cfa62e


#cfa62e Border Color

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

This div border color is #cfa62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa62e


Comments

No comments written yet.

Please login to write comment.