Color Hex Logo

#fda87a Color Hex

#FDA87A
(253,168,122)
0 Favorites   0 Comments

Color spaces of #fda87a

RGB 253168122
HSL0.060.970.74
HSV21°52°99°
CMYK 0.000.340.52   0.01
XYZ58.023550.293125.0617
Yxy50.29310.43500.3771
Hunter Lab70.917621.939628.6897
CIE-Lab76.248826.531436.4808

#fda87a color RGB value is (253,168,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01111010
Octal 375 250 172
Decimal 253 168 122
Hex FD A8 7A

RGB Percentages of Color #fda87a

%46.59
%30.94
%22.47

CMYK Percentages of Color #fda87a

%0
%34
%52
%1

Triadic Colors of #fda87a

#fda87a #7afda8 #a87afd

Analogous Colors of #fda87a

#fda87a #fdea7a #fd7a8e

Monochromatic Colors of #fda87a

#fda87a

Complementary Color

#fda87a #7acffd

#fda87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda87a Color CSS Codes

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

#fda87a Text Font Color

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

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


#fda87a Background Color

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

This div background color is #fda87a


#fda87a Border Color

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

This div border color is #fda87a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,168,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 #fda87a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda87a


Comments

No comments written yet.

Please login to write comment.