Color Hex Logo

#feafee Color Hex

#FEAFEE
(254,175,238)
0 Favorites   0 Comments

Color spaces of #feafee

RGB 254175238
HSL0.870.980.84
HSV312°31°100°
CMYK 0.000.310.06   0.00
XYZ71.635657.903888.2899
Yxy57.90380.32890.2658
Hunter Lab76.094534.8749-15.5260
CIE-Lab80.685338.2763-19.8019

#feafee color RGB value is (254,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11101110
Octal 376 257 356
Decimal 254 175 238
Hex FE AF EE

RGB Percentages of Color #feafee

%38.08
%26.24
%35.68

CMYK Percentages of Color #feafee

%0
%31
%6
%0

Triadic Colors of #feafee

#feafee #eefeaf #afeefe

Analogous Colors of #feafee

#feafee #feafc7 #e7affe

Monochromatic Colors of #feafee

#feafee

Complementary Color

#feafee #affebf

#feafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafee Color CSS Codes

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

#feafee Text Font Color

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

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


#feafee Background Color

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

This div background color is #feafee


#feafee Border Color

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

This div border color is #feafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafee


Comments

No comments written yet.

Please login to write comment.