Color Hex Logo

#feeef5 Color Hex

#FEEEF5
(254,238,245)
0 Favorites   0 Comments

Color spaces of #feeef5

RGB 254238245
HSL0.930.890.96
HSV334°100°
CMYK 0.000.060.04   0.00
XYZ87.929088.812598.8944
Yxy88.81250.31900.3222
Hunter Lab94.24041.62503.7503
CIE-Lab95.50206.5811-1.4422

#feeef5 color RGB value is (254,238,245).

#feeef5 hex color red value is 254, green value is 238 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #feeef5 hue: 0.93 , saturation: 0.89 and the lightness value of feeef5 is 0.96.

The process color (four color CMYK) of #feeef5 color hex is 0.00, 0.06, 0.04, 0.00. Web safe color of #feeef5 is #ffffff. Color #feeef5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11110101
Octal 376 356 365
Decimal 254 238 245
Hex FE EE F5

RGB Percentages of Color #feeef5

%34.46
%32.29
%33.24

CMYK Percentages of Color #feeef5

%0
%6
%4
%0

Triadic Colors of #feeef5

#feeef5 #f5feee #eef5fe

Analogous Colors of #feeef5

#feeef5 #feefee #feeefd

Monochromatic Colors of #feeef5

#feeef5

Complementary Color

#feeef5 #eefef7

#feeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeef5 Color CSS Codes

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

#feeef5 Text Font Color

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

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


#feeef5 Background Color

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

This div background color is #feeef5


#feeef5 Border Color

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

This div border color is #feeef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeef5

Related Colors


Comments

No comments written yet.

Please login to write comment.