Color Hex Logo

#cfad2e Color Hex

#CFAD2E
(207,173,46)
0 Favorites   0 Comments

Color spaces of #cfad2e

RGB 20717346
HSL0.130.640.50
HSV47°78°81°
CMYK 0.000.160.78   0.19
XYZ41.168843.34988.7823
Yxy43.34980.44120.4646
Hunter Lab65.8406-3.608538.1799
CIE-Lab71.7917-0.103864.9520

#cfad2e color RGB value is (207,173,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00101110
Octal 317 255 56
Decimal 207 173 46
Hex CF AD 2E

RGB Percentages of Color #cfad2e

%48.59
%40.61
%10.80

CMYK Percentages of Color #cfad2e

%0
%16
%78
%19

Triadic Colors of #cfad2e

#cfad2e #2ecfad #ad2ecf

Analogous Colors of #cfad2e

#cfad2e #a1cf2e #cf5d2e

Monochromatic Colors of #cfad2e

#cfad2e

Complementary Color

#cfad2e #2e50cf

#cfad2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad2e Color CSS Codes

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

#cfad2e Text Font Color

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

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


#cfad2e Background Color

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

This div background color is #cfad2e


#cfad2e Border Color

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

This div border color is #cfad2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad2e


Comments

No comments written yet.

Please login to write comment.