Color Hex Logo

#ffad7a Color Hex

#FFAD7A
(255,173,122)
0 Favorites   0 Comments

Color spaces of #ffad7a

RGB 255173122
HSL0.061.000.74
HSV23°52°100°
CMYK 0.000.320.52   0.00
XYZ59.696452.552325.4096
Yxy52.55230.43370.3818
Hunter Lab72.493020.128229.9633
CIE-Lab77.609924.702338.2630

#ffad7a color RGB value is (255,173,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 01111010
Octal 377 255 172
Decimal 255 173 122
Hex FF AD 7A

RGB Percentages of Color #ffad7a

%46.36
%31.45
%22.18

CMYK Percentages of Color #ffad7a

%0
%32
%52
%0

Triadic Colors of #ffad7a

#ffad7a #7affad #ad7aff

Analogous Colors of #ffad7a

#ffad7a #fff07a #ff7a8a

Monochromatic Colors of #ffad7a

#ffad7a

Complementary Color

#ffad7a #7accff

#ffad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad7a Color CSS Codes

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

#ffad7a Text Font Color

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

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


#ffad7a Background Color

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

This div background color is #ffad7a


#ffad7a Border Color

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

This div border color is #ffad7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad7a

Related Colors


Comments

No comments written yet.

Please login to write comment.