Color Hex Logo

#ffad8a Color Hex

#FFAD8A
(255,173,138)
0 Favorites   0 Comments

Color spaces of #ffad8a

RGB 255173138
HSL0.051.000.77
HSV18°46°100°
CMYK 0.000.320.46   0.00
XYZ60.771052.982131.0683
Yxy52.98210.41960.3658
Hunter Lab72.788821.648325.6455
CIE-Lab77.864426.159330.1665

#ffad8a color RGB value is (255,173,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10001010
Octal 377 255 212
Decimal 255 173 138
Hex FF AD 8A

RGB Percentages of Color #ffad8a

%45.05
%30.57
%24.38

CMYK Percentages of Color #ffad8a

%0
%32
%46
%0

Triadic Colors of #ffad8a

#ffad8a #8affad #ad8aff

Analogous Colors of #ffad8a

#ffad8a #ffe88a #ff8aa2

Monochromatic Colors of #ffad8a

#ffad8a

Complementary Color

#ffad8a #8adcff

#ffad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffad8a Color CSS Codes

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

#ffad8a Text Font Color

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

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


#ffad8a Background Color

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

This div background color is #ffad8a


#ffad8a Border Color

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

This div border color is #ffad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffad8a

#ffad8a Color Palettes


Comments

No comments written yet.

Please login to write comment.