Color Hex Logo

#fd5eab Color Hex

#FD5EAB
(253,94,171)
0 Favorites   0 Comments

Color spaces of #fd5eab

RGB 25394171
HSL0.920.980.68
HSV331°63°99°
CMYK 0.000.630.32   0.01
XYZ51.861431.828341.9382
Yxy31.82830.41280.2534
Hunter Lab56.416665.3586-4.5826
CIE-Lab63.200767.1927-8.9639

#fd5eab color RGB value is (253,94,171).

#fd5eab hex color red value is 253, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fd5eab hue: 0.92 , saturation: 0.98 and the lightness value of fd5eab is 0.68.

The process color (four color CMYK) of #fd5eab color hex is 0.00, 0.63, 0.32, 0.01. Web safe color of #fd5eab is #ff6699. Color #fd5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011110 10101011
Octal 375 136 253
Decimal 253 94 171
Hex FD 5E AB

RGB Percentages of Color #fd5eab

%48.84
%18.15
%33.01

CMYK Percentages of Color #fd5eab

%0
%63
%32
%1

Triadic Colors of #fd5eab

#fd5eab #abfd5e #5eabfd

Analogous Colors of #fd5eab

#fd5eab #fd615e #fd5efb

Monochromatic Colors of #fd5eab

#fd5eab

Complementary Color

#fd5eab #5efdb0

#fd5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5eab Color CSS Codes

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

#fd5eab Text Font Color

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

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


#fd5eab Background Color

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

This div background color is #fd5eab


#fd5eab Border Color

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

This div border color is #fd5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5eab


Comments

No comments written yet.

Please login to write comment.