Color Hex Logo

#fe7dab Color Hex

#FE7DAB
(254,125,171)
0 Favorites   0 Comments

Color spaces of #fe7dab

RGB 254125171
HSL0.940.980.74
HSV339°51°100°
CMYK 0.000.510.33   0.00
XYZ55.557438.678343.0655
Yxy38.67830.40460.2817
Hunter Lab62.191950.62232.4783
CIE-Lab68.517653.7593-1.0892

#fe7dab color RGB value is (254,125,171).

#fe7dab hex color red value is 254, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fe7dab hue: 0.94 , saturation: 0.98 and the lightness value of fe7dab is 0.74.

The process color (four color CMYK) of #fe7dab color hex is 0.00, 0.51, 0.33, 0.00. Web safe color of #fe7dab is #ff6699. Color #fe7dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111101 10101011
Octal 376 175 253
Decimal 254 125 171
Hex FE 7D AB

RGB Percentages of Color #fe7dab

%46.18
%22.73
%31.09

CMYK Percentages of Color #fe7dab

%0
%51
%33
%0

Triadic Colors of #fe7dab

#fe7dab #abfe7d #7dabfe

Analogous Colors of #fe7dab

#fe7dab #fe907d #fe7dec

Monochromatic Colors of #fe7dab

#fe7dab

Complementary Color

#fe7dab #7dfed0

#fe7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7dab Color CSS Codes

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

#fe7dab Text Font Color

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

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


#fe7dab Background Color

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

This div background color is #fe7dab


#fe7dab Border Color

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

This div border color is #fe7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7dab


Comments

No comments written yet.

Please login to write comment.