Color Hex Logo

#fea4ef Color Hex

#FEA4EF
(254,164,239)
0 Favorites   0 Comments

Color spaces of #fea4ef

RGB 254164239
HSL0.860.980.82
HSV310°35°100°
CMYK 0.000.350.06   0.00
XYZ69.728553.853788.3811
Yxy53.85370.32900.2541
Hunter Lab73.385141.1819-20.0362
CIE-Lab78.376344.1543-23.8470

#fea4ef color RGB value is (254,164,239).

#fea4ef hex color red value is 254, green value is 164 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fea4ef hue: 0.86 , saturation: 0.98 and the lightness value of fea4ef is 0.82.

The process color (four color CMYK) of #fea4ef color hex is 0.00, 0.35, 0.06, 0.00. Web safe color of #fea4ef is #ff99ff. Color #fea4ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 11101111
Octal 376 244 357
Decimal 254 164 239
Hex FE A4 EF

RGB Percentages of Color #fea4ef

%38.66
%24.96
%36.38

CMYK Percentages of Color #fea4ef

%0
%35
%6
%0

Triadic Colors of #fea4ef

#fea4ef #effea4 #a4effe

Analogous Colors of #fea4ef

#fea4ef #fea4c2 #e0a4fe

Monochromatic Colors of #fea4ef

#fea4ef

Complementary Color

#fea4ef #a4feb3

#fea4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea4ef Color CSS Codes

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

#fea4ef Text Font Color

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

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


#fea4ef Background Color

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

This div background color is #fea4ef


#fea4ef Border Color

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

This div border color is #fea4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea4ef

Related Colors


Comments

No comments written yet.

Please login to write comment.