Color Hex Logo

#ffa87d Color Hex

#FFA87D
(255,168,125)
0 Favorites   0 Comments

Color spaces of #ffa87d

RGB 255168125
HSL0.061.000.75
HSV20°51°100°
CMYK 0.000.340.51   0.00
XYZ58.944350.745926.0903
Yxy50.74590.43410.3737
Hunter Lab71.236223.036428.1503
CIE-Lab76.524827.573635.3023

#ffa87d color RGB value is (255,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01111101
Octal 377 250 175
Decimal 255 168 125
Hex FF A8 7D

RGB Percentages of Color #ffa87d

%46.53
%30.66
%22.81

CMYK Percentages of Color #ffa87d

%0
%34
%51
%0

Triadic Colors of #ffa87d

#ffa87d #7dffa8 #a87dff

Analogous Colors of #ffa87d

#ffa87d #ffe97d #ff7d93

Monochromatic Colors of #ffa87d

#ffa87d

Complementary Color

#ffa87d #7dd4ff

#ffa87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa87d Color CSS Codes

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

#ffa87d Text Font Color

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

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


#ffa87d Background Color

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

This div background color is #ffa87d


#ffa87d Border Color

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

This div border color is #ffa87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa87d

#ffa87d Color Palettes


Comments

No comments written yet.

Please login to write comment.