Color Hex Logo

#cfa30a Color Hex

#CFA30A
(207,163,10)
0 Favorites   0 Comments

Color spaces of #cfa30a

RGB 20716310
HSL0.130.910.43
HSV47°95°81°
CMYK 0.000.210.95   0.19
XYZ38.884139.48175.8585
Yxy39.48170.46170.4688
Hunter Lab62.83450.501538.4561
CIE-Lab69.09884.372171.2176

#cfa30a color RGB value is (207,163,10).

#cfa30a hex color red value is 207, green value is 163 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cfa30a hue: 0.13 , saturation: 0.91 and the lightness value of cfa30a is 0.43.

The process color (four color CMYK) of #cfa30a color hex is 0.00, 0.21, 0.95, 0.19. Web safe color of #cfa30a is #cc9900. Color #cfa30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 00001010
Octal 317 243 12
Decimal 207 163 10
Hex CF A3 A

RGB Percentages of Color #cfa30a

%54.47
%42.89
%2.63

CMYK Percentages of Color #cfa30a

%0
%21
%95
%19

Triadic Colors of #cfa30a

#cfa30a #0acfa3 #a30acf

Analogous Colors of #cfa30a

#cfa30a #99cf0a #cf410a

Monochromatic Colors of #cfa30a

#cfa30a

Complementary Color

#cfa30a #0a36cf

#cfa30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa30a Color CSS Codes

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

#cfa30a Text Font Color

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

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


#cfa30a Background Color

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

This div background color is #cfa30a


#cfa30a Border Color

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

This div border color is #cfa30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa30a


Comments

No comments written yet.

Please login to write comment.