Color Hex Logo

#cfa514 Color Hex

#CFA514
(207,165,20)
0 Favorites   0 Comments

Color spaces of #cfa514

RGB 20716520
HSL0.130.820.45
HSV47°90°81°
CMYK 0.000.200.90   0.19
XYZ39.313540.22626.3542
Yxy40.22620.45770.4683
Hunter Lab63.4241-0.348838.4569
CIE-Lab69.63033.442270.0620

#cfa514 color RGB value is (207,165,20).

#cfa514 hex color red value is 207, green value is 165 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cfa514 hue: 0.13 , saturation: 0.82 and the lightness value of cfa514 is 0.45.

The process color (four color CMYK) of #cfa514 color hex is 0.00, 0.20, 0.90, 0.19. Web safe color of #cfa514 is #cc9900. Color #cfa514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00010100
Octal 317 245 24
Decimal 207 165 20
Hex CF A5 14

RGB Percentages of Color #cfa514

%52.81
%42.09
%5.10

CMYK Percentages of Color #cfa514

%0
%20
%90
%19

Triadic Colors of #cfa514

#cfa514 #14cfa5 #a514cf

Analogous Colors of #cfa514

#cfa514 #9ccf14 #cf4714

Monochromatic Colors of #cfa514

#cfa514

Complementary Color

#cfa514 #143ecf

#cfa514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa514 Color CSS Codes

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

#cfa514 Text Font Color

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

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


#cfa514 Background Color

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

This div background color is #cfa514


#cfa514 Border Color

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

This div border color is #cfa514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa514


Comments

No comments written yet.

Please login to write comment.