Color Hex Logo

#fd8aab Color Hex

#FD8AAB
(253,138,171)
0 Favorites   0 Comments

Color spaces of #fd8aab

RGB 253138171
HSL0.950.970.77
HSV343°45°99°
CMYK 0.000.450.32   0.01
XYZ56.947241.999943.6334
Yxy41.99990.39940.2946
Hunter Lab64.807343.43795.4464
CIE-Lab70.870947.07332.3257

#fd8aab color RGB value is (253,138,171).

#fd8aab hex color red value is 253, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fd8aab hue: 0.95 , saturation: 0.97 and the lightness value of fd8aab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001010 10101011
Octal 375 212 253
Decimal 253 138 171
Hex FD 8A AB

RGB Percentages of Color #fd8aab

%45.02
%24.56
%30.43

CMYK Percentages of Color #fd8aab

%0
%45
%32
%1

Triadic Colors of #fd8aab

#fd8aab #abfd8a #8aabfd

Analogous Colors of #fd8aab

#fd8aab #fda38a #fd8ae5

Monochromatic Colors of #fd8aab

#fd8aab

Complementary Color

#fd8aab #8afddc

#fd8aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8aab Color CSS Codes

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

#fd8aab Text Font Color

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

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


#fd8aab Background Color

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

This div background color is #fd8aab


#fd8aab Border Color

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

This div border color is #fd8aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8aab


Comments

No comments written yet.

Please login to write comment.