Color Hex Logo

#ffad8e Color Hex

#FFAD8E
(255,173,142)
0 Favorites   0 Comments

Color spaces of #ffad8e

RGB 255173142
HSL0.051.000.78
HSV16°44°100°
CMYK 0.000.320.44   0.00
XYZ61.066153.100132.6220
Yxy53.10010.41600.3617
Hunter Lab72.869822.063724.4662
CIE-Lab77.934126.555328.1273

#ffad8e color RGB value is (255,173,142).

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

The process color (four color CMYK) of #ffad8e color hex is 0.00, 0.32, 0.44, 0.00. Web safe color of #ffad8e is #ff9999. Color #ffad8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10001110
Octal 377 255 216
Decimal 255 173 142
Hex FF AD 8E

RGB Percentages of Color #ffad8e

%44.74
%30.35
%24.91

CMYK Percentages of Color #ffad8e

%0
%32
%44
%0

Triadic Colors of #ffad8e

#ffad8e #8effad #ad8eff

Analogous Colors of #ffad8e

#ffad8e #ffe68e #ff8ea8

Monochromatic Colors of #ffad8e

#ffad8e

Complementary Color

#ffad8e #8ee0ff

#ffad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad8e Color CSS Codes

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

#ffad8e Text Font Color

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

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


#ffad8e Background Color

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

This div background color is #ffad8e


#ffad8e Border Color

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

This div border color is #ffad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad8e

Related Colors

#ffad8e Color Palettes


Comments

No comments written yet.

Please login to write comment.