Color Hex Logo

#fda17e Color Hex

#FDA17E
(253,161,126)
0 Favorites   0 Comments

Color spaces of #fda17e

RGB 253161126
HSL0.050.970.74
HSV17°50°99°
CMYK 0.000.360.50   0.01
XYZ57.018847.878725.9750
Yxy47.87870.43570.3658
Hunter Lab69.194426.000426.1791
CIE-Lab74.748430.536432.4227

#fda17e color RGB value is (253,161,126).

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

The process color (four color CMYK) of #fda17e color hex is 0.00, 0.36, 0.50, 0.01. Web safe color of #fda17e is #ff9966. Color #fda17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 01111110
Octal 375 241 176
Decimal 253 161 126
Hex FD A1 7E

RGB Percentages of Color #fda17e

%46.85
%29.81
%23.33

CMYK Percentages of Color #fda17e

%0
%36
%50
%1

Triadic Colors of #fda17e

#fda17e #7efda1 #a17efd

Analogous Colors of #fda17e

#fda17e #fde17e #fd7e9b

Monochromatic Colors of #fda17e

#fda17e

Complementary Color

#fda17e #7edafd

#fda17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda17e Color CSS Codes

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

#fda17e Text Font Color

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

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


#fda17e Background Color

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

This div background color is #fda17e


#fda17e Border Color

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

This div border color is #fda17e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,161,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda17e


Comments

No comments written yet.

Please login to write comment.