Color Hex Logo

#ffad0a Color Hex

#FFAD0A
(255,173,10)
0 Favorites   0 Comments

Color spaces of #ffad0a

RGB 25517310
HSL0.111.000.52
HSV40°96°100°
CMYK 0.000.320.96   0.00
XYZ56.238451.16917.1997
Yxy51.16910.49070.4465
Hunter Lab71.532615.153444.1053
CIE-Lab76.781319.840979.0927

#ffad0a color RGB value is (255,173,10).

#ffad0a hex color red value is 255, green value is 173 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ffad0a hue: 0.11 , saturation: 1.00 and the lightness value of ffad0a is 0.52.

The process color (four color CMYK) of #ffad0a color hex is 0.00, 0.32, 0.96, 0.00. Web safe color of #ffad0a is #ff9900. Color #ffad0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 00001010
Octal 377 255 12
Decimal 255 173 10
Hex FF AD A

RGB Percentages of Color #ffad0a

%58.22
%39.50
%2.28

CMYK Percentages of Color #ffad0a

%0
%32
%96
%0

Triadic Colors of #ffad0a

#ffad0a #0affad #ad0aff

Analogous Colors of #ffad0a

#ffad0a #d7ff0a #ff330a

Monochromatic Colors of #ffad0a

#ffad0a

Complementary Color

#ffad0a #0a5cff

#ffad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad0a Color CSS Codes

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

#ffad0a Text Font Color

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

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


#ffad0a Background Color

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

This div background color is #ffad0a


#ffad0a Border Color

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

This div border color is #ffad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad0a


Comments

No comments written yet.

Please login to write comment.