Color Hex Logo

#fe7eee Color Hex

#FE7EEE
(254,126,238)
0 Favorites   0 Comments

Color spaces of #fe7eee

RGB 254126238
HSL0.850.980.75
HSV308°50°100°
CMYK 0.000.500.06   0.00
XYZ63.766542.165685.6668
Yxy42.16560.33280.2201
Hunter Lab64.935061.6515-32.7649
CIE-Lab70.984962.7765-34.6610

#fe7eee color RGB value is (254,126,238).

#fe7eee hex color red value is 254, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe7eee hue: 0.85 , saturation: 0.98 and the lightness value of fe7eee is 0.75.

The process color (four color CMYK) of #fe7eee color hex is 0.00, 0.50, 0.06, 0.00. Web safe color of #fe7eee is #ff66ff. Color #fe7eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 11101110
Octal 376 176 356
Decimal 254 126 238
Hex FE 7E EE

RGB Percentages of Color #fe7eee

%41.10
%20.39
%38.51

CMYK Percentages of Color #fe7eee

%0
%50
%6
%0

Triadic Colors of #fe7eee

#fe7eee #eefe7e #7eeefe

Analogous Colors of #fe7eee

#fe7eee #fe7eae #ce7efe

Monochromatic Colors of #fe7eee

#fe7eee

Complementary Color

#fe7eee #7efe8e

#fe7eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7eee Color CSS Codes

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

#fe7eee Text Font Color

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

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


#fe7eee Background Color

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

This div background color is #fe7eee


#fe7eee Border Color

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

This div border color is #fe7eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7eee

Related Colors


Comments

No comments written yet.

Please login to write comment.