Color Hex Logo

#fe5ace Color Hex

#FE5ACE
(254,90,206)
0 Favorites   0 Comments

Color spaces of #fe5ace

RGB 25490206
HSL0.880.990.67
HSV318°65°100°
CMYK 0.000.650.19   0.00
XYZ55.669832.839461.7970
Yxy32.83940.37040.2185
Hunter Lab57.305773.1195-23.8229
CIE-Lab64.030773.3813-27.6055

#fe5ace color RGB value is (254,90,206).

#fe5ace hex color red value is 254, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fe5ace hue: 0.88 , saturation: 0.99 and the lightness value of fe5ace is 0.67.

The process color (four color CMYK) of #fe5ace color hex is 0.00, 0.65, 0.19, 0.00. Web safe color of #fe5ace is #ff66cc. Color #fe5ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011010 11001110
Octal 376 132 316
Decimal 254 90 206
Hex FE 5A CE

RGB Percentages of Color #fe5ace

%46.18
%16.36
%37.45

CMYK Percentages of Color #fe5ace

%0
%65
%19
%0

Triadic Colors of #fe5ace

#fe5ace #cefe5a #5acefe

Analogous Colors of #fe5ace

#fe5ace #fe5a7c #dc5afe

Monochromatic Colors of #fe5ace

#fe5ace

Complementary Color

#fe5ace #5afe8a

#fe5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5ace Color CSS Codes

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

#fe5ace Text Font Color

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

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


#fe5ace Background Color

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

This div background color is #fe5ace


#fe5ace Border Color

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

This div border color is #fe5ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,90,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5ace


Comments

No comments written yet.

Please login to write comment.