Color Hex Logo

#cfa51a Color Hex

#CFA51A
(207,165,26)
0 Favorites   0 Comments

Color spaces of #cfa51a

RGB 20716526
HSL0.130.780.46
HSV46°87°81°
CMYK 0.000.200.87   0.19
XYZ39.373740.25026.6711
Yxy40.25020.45630.4664
Hunter Lab63.4430-0.245638.1757
CIE-Lab69.64743.558868.8226

#cfa51a color RGB value is (207,165,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 00011010
Octal 317 245 32
Decimal 207 165 26
Hex CF A5 1A

RGB Percentages of Color #cfa51a

%52.01
%41.46
%6.53

CMYK Percentages of Color #cfa51a

%0
%20
%87
%19

Triadic Colors of #cfa51a

#cfa51a #1acfa5 #a51acf

Analogous Colors of #cfa51a

#cfa51a #9fcf1a #cf4b1a

Monochromatic Colors of #cfa51a

#cfa51a

Complementary Color

#cfa51a #1a44cf

#cfa51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa51a Color CSS Codes

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

#cfa51a Text Font Color

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

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


#cfa51a Background Color

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

This div background color is #cfa51a


#cfa51a Border Color

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

This div border color is #cfa51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa51a


Comments

No comments written yet.

Please login to write comment.