Color Hex Logo

#ffad0e Color Hex

#FFAD0E
(255,173,14)
0 Favorites   0 Comments

Color spaces of #ffad0e

RGB 25517314
HSL0.111.000.53
HSV40°95°100°
CMYK 0.000.320.95   0.00
XYZ56.262851.17887.3286
Yxy51.17880.49020.4459
Hunter Lab71.539415.189144.0038
CIE-Lab76.787219.876478.6230

#ffad0e color RGB value is (255,173,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 00001110
Octal 377 255 16
Decimal 255 173 14
Hex FF AD E

RGB Percentages of Color #ffad0e

%57.69
%39.14
%3.17

CMYK Percentages of Color #ffad0e

%0
%32
%95
%0

Triadic Colors of #ffad0e

#ffad0e #0effad #ad0eff

Analogous Colors of #ffad0e

#ffad0e #d9ff0e #ff340e

Monochromatic Colors of #ffad0e

#ffad0e

Complementary Color

#ffad0e #0e60ff

#ffad0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad0e Color CSS Codes

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

#ffad0e Text Font Color

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

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


#ffad0e Background Color

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

This div background color is #ffad0e


#ffad0e Border Color

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

This div border color is #ffad0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,173,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad0e


Comments

No comments written yet.

Please login to write comment.