Color Hex Logo

#feacee Color Hex

#FEACEE
(254,172,238)
0 Favorites   0 Comments

Color spaces of #feacee

RGB 254172238
HSL0.870.980.84
HSV312°32°100°
CMYK 0.000.320.06   0.00
XYZ71.058256.748988.0974
Yxy56.74890.32910.2628
Hunter Lab75.331936.5427-16.6048
CIE-Lab80.038239.8398-20.7820

#feacee color RGB value is (254,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11101110
Octal 376 254 356
Decimal 254 172 238
Hex FE AC EE

RGB Percentages of Color #feacee

%38.25
%25.90
%35.84

CMYK Percentages of Color #feacee

%0
%32
%6
%0

Triadic Colors of #feacee

#feacee #eefeac #aceefe

Analogous Colors of #feacee

#feacee #feacc5 #e5acfe

Monochromatic Colors of #feacee

#feacee

Complementary Color

#feacee #acfebc

#feacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacee Color CSS Codes

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

#feacee Text Font Color

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

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


#feacee Background Color

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

This div background color is #feacee


#feacee Border Color

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

This div border color is #feacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacee


Comments

No comments written yet.

Please login to write comment.