Color Hex Logo

#fe6eab Color Hex

#FE6EAB
(254,110,171)
0 Favorites   0 Comments

Color spaces of #fe6eab

RGB 254110171
HSL0.930.990.71
HSV335°57°100°
CMYK 0.000.570.33   0.00
XYZ53.799735.163042.4797
Yxy35.16300.40930.2675
Hunter Lab59.298458.1756-0.9648
CIE-Lab65.875460.6920-4.9760

#fe6eab color RGB value is (254,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101110 10101011
Octal 376 156 253
Decimal 254 110 171
Hex FE 6E AB

RGB Percentages of Color #fe6eab

%47.48
%20.56
%31.96

CMYK Percentages of Color #fe6eab

%0
%57
%33
%0

Triadic Colors of #fe6eab

#fe6eab #abfe6e #6eabfe

Analogous Colors of #fe6eab

#fe6eab #fe796e #fe6ef3

Monochromatic Colors of #fe6eab

#fe6eab

Complementary Color

#fe6eab #6efec1

#fe6eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6eab Color CSS Codes

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

#fe6eab Text Font Color

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

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


#fe6eab Background Color

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

This div background color is #fe6eab


#fe6eab Border Color

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

This div border color is #fe6eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6eab


Comments

No comments written yet.

Please login to write comment.