Color Hex Logo

#fe7ebd Color Hex

#FE7EBD
(254,126,189)
0 Favorites   0 Comments

Color spaces of #fe7ebd

RGB 254126189
HSL0.920.980.75
HSV330°50°100°
CMYK 0.000.500.26   0.00
XYZ57.519239.666752.7689
Yxy39.66670.38360.2645
Hunter Lab62.981552.8013-5.5889
CIE-Lab69.231555.5461-10.1467

#fe7ebd color RGB value is (254,126,189).

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

The process color (four color CMYK) of #fe7ebd color hex is 0.00, 0.50, 0.26, 0.00. Web safe color of #fe7ebd is #ff66cc. Color #fe7ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 10111101
Octal 376 176 275
Decimal 254 126 189
Hex FE 7E BD

RGB Percentages of Color #fe7ebd

%44.64
%22.14
%33.22

CMYK Percentages of Color #fe7ebd

%0
%50
%26
%0

Triadic Colors of #fe7ebd

#fe7ebd #bdfe7e #7ebdfe

Analogous Colors of #fe7ebd

#fe7ebd #fe7f7e #fe7efd

Monochromatic Colors of #fe7ebd

#fe7ebd

Complementary Color

#fe7ebd #7efebf

#fe7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7ebd Color CSS Codes

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

#fe7ebd Text Font Color

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

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


#fe7ebd Background Color

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

This div background color is #fe7ebd


#fe7ebd Border Color

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

This div border color is #fe7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7ebd


Comments

No comments written yet.

Please login to write comment.