Color Hex Logo

#ffad7c Color Hex

#FFAD7C
(255,173,124)
0 Favorites   0 Comments

Color spaces of #ffad7c

RGB 255173124
HSL0.061.000.74
HSV22°51°100°
CMYK 0.000.320.51   0.00
XYZ59.821752.602426.0691
Yxy52.60240.43190.3798
Hunter Lab72.527520.306129.4582
CIE-Lab77.639724.873537.2581

#ffad7c color RGB value is (255,173,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 01111100
Octal 377 255 174
Decimal 255 173 124
Hex FF AD 7C

RGB Percentages of Color #ffad7c

%46.20
%31.34
%22.46

CMYK Percentages of Color #ffad7c

%0
%32
%51
%0

Triadic Colors of #ffad7c

#ffad7c #7cffad #ad7cff

Analogous Colors of #ffad7c

#ffad7c #ffef7c #ff7c8d

Monochromatic Colors of #ffad7c

#ffad7c

Complementary Color

#ffad7c #7cceff

#ffad7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad7c Color CSS Codes

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

#ffad7c Text Font Color

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

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


#ffad7c Background Color

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

This div background color is #ffad7c


#ffad7c Border Color

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

This div border color is #ffad7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad7c

Related Colors


Comments

No comments written yet.

Please login to write comment.