Color Hex Logo

#fe5eab Color Hex

#FE5EAB
(254,94,171)
0 Favorites   0 Comments

Color spaces of #fe5eab

RGB 25494171
HSL0.920.990.68
HSV331°63°100°
CMYK 0.000.630.33   0.00
XYZ52.226432.016541.9552
Yxy32.01650.41380.2537
Hunter Lab56.583165.7356-4.3541
CIE-Lab63.356567.4775-8.7149

#fe5eab color RGB value is (254,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011110 10101011
Octal 376 136 253
Decimal 254 94 171
Hex FE 5E AB

RGB Percentages of Color #fe5eab

%48.94
%18.11
%32.95

CMYK Percentages of Color #fe5eab

%0
%63
%33
%0

Triadic Colors of #fe5eab

#fe5eab #abfe5e #5eabfe

Analogous Colors of #fe5eab

#fe5eab #fe615e #fe5efb

Monochromatic Colors of #fe5eab

#fe5eab

Complementary Color

#fe5eab #5efeb1

#fe5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5eab Color CSS Codes

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

#fe5eab Text Font Color

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

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


#fe5eab Background Color

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

This div background color is #fe5eab


#fe5eab Border Color

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

This div border color is #fe5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5eab

Related Colors


Comments

No comments written yet.

Please login to write comment.