Color Hex Logo

#ffad10 Color Hex

#FFAD10
(255,173,16)
0 Favorites   0 Comments

Color spaces of #ffad10

RGB 25517316
HSL0.111.000.53
HSV39°94°100°
CMYK 0.000.320.94   0.00
XYZ56.277151.18467.4037
Yxy51.18460.48990.4456
Hunter Lab71.543415.209743.9447
CIE-Lab76.790719.896878.3521

#ffad10 color RGB value is (255,173,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 00010000
Octal 377 255 20
Decimal 255 173 16
Hex FF AD 10

RGB Percentages of Color #ffad10

%57.43
%38.96
%3.60

CMYK Percentages of Color #ffad10

%0
%32
%94
%0

Triadic Colors of #ffad10

#ffad10 #10ffad #ad10ff

Analogous Colors of #ffad10

#ffad10 #daff10 #ff3610

Monochromatic Colors of #ffad10

#ffad10

Complementary Color

#ffad10 #1062ff

#ffad10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad10 Color CSS Codes

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

#ffad10 Text Font Color

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

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


#ffad10 Background Color

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

This div background color is #ffad10


#ffad10 Border Color

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

This div border color is #ffad10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad10


Comments

No comments written yet.

Please login to write comment.