Color Hex Logo

#feebf0 Color Hex

#FEEBF0
(254,235,240)
0 Favorites   0 Comments

Color spaces of #feebf0

RGB 254235240
HSL0.960.900.96
HSV344°100°
CMYK 0.000.070.06   0.00
XYZ86.309686.778894.6390
Yxy86.77880.32240.3241
Hunter Lab93.15512.36144.9742
CIE-Lab94.64437.2685-0.1020

#feebf0 color RGB value is (254,235,240).

#feebf0 hex color red value is 254, green value is 235 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #feebf0 hue: 0.96 , saturation: 0.90 and the lightness value of feebf0 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11110000
Octal 376 353 360
Decimal 254 235 240
Hex FE EB F0

RGB Percentages of Color #feebf0

%34.84
%32.24
%32.92

CMYK Percentages of Color #feebf0

%0
%7
%6
%0

Triadic Colors of #feebf0

#feebf0 #f0feeb #ebf0fe

Analogous Colors of #feebf0

#feebf0 #fef0eb #feebfa

Monochromatic Colors of #feebf0

#feebf0

Complementary Color

#feebf0 #ebfef9

#feebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebf0 Color CSS Codes

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

#feebf0 Text Font Color

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

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


#feebf0 Background Color

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

This div background color is #feebf0


#feebf0 Border Color

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

This div border color is #feebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebf0


Comments

No comments written yet.

Please login to write comment.