Color Hex Logo

#ffad12 Color Hex

#FFAD12
(255,173,18)
1 Favorites   0 Comments

Color spaces of #ffad12

RGB 25517318
HSL0.111.000.54
HSV39°93°100°
CMYK 0.000.320.93   0.00
XYZ56.292851.19087.4861
Yxy51.19080.48960.4453
Hunter Lab71.547715.232843.8799
CIE-Lab76.794419.919778.0569

#ffad12 color RGB value is (255,173,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 00010010
Octal 377 255 22
Decimal 255 173 18
Hex FF AD 12

RGB Percentages of Color #ffad12

%57.17
%38.79
%4.04

CMYK Percentages of Color #ffad12

%0
%32
%93
%0

Triadic Colors of #ffad12

#ffad12 #12ffad #ad12ff

Analogous Colors of #ffad12

#ffad12 #dbff12 #ff3712

Monochromatic Colors of #ffad12

#ffad12

Complementary Color

#ffad12 #1264ff

#ffad12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad12 Color CSS Codes

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

#ffad12 Text Font Color

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

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


#ffad12 Background Color

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

This div background color is #ffad12


#ffad12 Border Color

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

This div border color is #ffad12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad12

Related Colors

#ffad12 Color Palettes


Comments

No comments written yet.

Please login to write comment.