Color Hex Logo

#ffa17d Color Hex

#FFA17D
(255,161,125)
0 Favorites   0 Comments

Color spaces of #ffa17d

RGB 255161125
HSL0.051.000.75
HSV17°51°100°
CMYK 0.000.370.51   0.00
XYZ57.686548.230425.6710
Yxy48.23040.43840.3665
Hunter Lab69.448126.735426.6976
CIE-Lab74.970031.220733.2906

#ffa17d color RGB value is (255,161,125).

#ffa17d hex color red value is 255, green value is 161 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ffa17d hue: 0.05 , saturation: 1.00 and the lightness value of ffa17d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 01111101
Octal 377 241 175
Decimal 255 161 125
Hex FF A1 7D

RGB Percentages of Color #ffa17d

%47.13
%29.76
%23.11

CMYK Percentages of Color #ffa17d

%0
%37
%51
%0

Triadic Colors of #ffa17d

#ffa17d #7dffa1 #a17dff

Analogous Colors of #ffa17d

#ffa17d #ffe27d #ff7d9a

Monochromatic Colors of #ffa17d

#ffa17d

Complementary Color

#ffa17d #7ddbff

#ffa17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa17d Color CSS Codes

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

#ffa17d Text Font Color

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

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


#ffa17d Background Color

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

This div background color is #ffa17d


#ffa17d Border Color

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

This div border color is #ffa17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa17d

Related Colors


Comments

No comments written yet.

Please login to write comment.