Color Hex Logo

#ffad2f Color Hex

#FFAD2F
(255,173,47)
0 Favorites   0 Comments

Color spaces of #ffad2f

RGB 25517347
HSL0.101.000.59
HSV36°82°100°
CMYK 0.000.320.82   0.00
XYZ56.696751.35249.6131
Yxy51.35240.48190.4364
Hunter Lab71.660615.820342.2088
CIE-Lab76.892020.501171.1023

#ffad2f color RGB value is (255,173,47).

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

The process color (four color CMYK) of #ffad2f color hex is 0.00, 0.32, 0.82, 0.00. Web safe color of #ffad2f is #ff9933. Color #ffad2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 00101111
Octal 377 255 57
Decimal 255 173 47
Hex FF AD 2F

RGB Percentages of Color #ffad2f

%53.68
%36.42
%9.89

CMYK Percentages of Color #ffad2f

%0
%32
%82
%0

Triadic Colors of #ffad2f

#ffad2f #2fffad #ad2fff

Analogous Colors of #ffad2f

#ffad2f #e9ff2f #ff452f

Monochromatic Colors of #ffad2f

#ffad2f

Complementary Color

#ffad2f #2f81ff

#ffad2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad2f Color CSS Codes

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

#ffad2f Text Font Color

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

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


#ffad2f Background Color

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

This div background color is #ffad2f


#ffad2f Border Color

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

This div border color is #ffad2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad2f


Comments

No comments written yet.

Please login to write comment.