Color Hex Logo

#ffad52 Color Hex

#FFAD52
(255,173,82)
0 Favorites   0 Comments

Color spaces of #ffad52

RGB 25517382
HSL0.091.000.66
HSV32°68°100°
CMYK 0.000.320.68   0.00
XYZ57.706651.756314.9311
Yxy51.75630.46390.4161
Hunter Lab71.941917.281738.0540
CIE-Lab77.134921.938557.4421

#ffad52 color RGB value is (255,173,82).

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

The process color (four color CMYK) of #ffad52 color hex is 0.00, 0.32, 0.68, 0.00. Web safe color of #ffad52 is #ff9966. Color #ffad52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 01010010
Octal 377 255 122
Decimal 255 173 82
Hex FF AD 52

RGB Percentages of Color #ffad52

%50.00
%33.92
%16.08

CMYK Percentages of Color #ffad52

%0
%32
%68
%0

Triadic Colors of #ffad52

#ffad52 #52ffad #ad52ff

Analogous Colors of #ffad52

#ffad52 #fbff52 #ff5752

Monochromatic Colors of #ffad52

#ffad52

Complementary Color

#ffad52 #52a4ff

#ffad52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad52 Color CSS Codes

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

#ffad52 Text Font Color

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

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


#ffad52 Background Color

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

This div background color is #ffad52


#ffad52 Border Color

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

This div border color is #ffad52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad52

Related Colors


Comments

No comments written yet.

Please login to write comment.