Color Hex Logo

#feebe8 Color Hex

#FEEBE8
(254,235,232)
0 Favorites   0 Comments

Color spaces of #feebe8

RGB 254235232
HSL0.020.920.95
HSV100°
CMYK 0.000.070.09   0.00
XYZ85.146986.313788.5164
Yxy86.31370.32750.3320
Hunter Lab92.90521.00998.5444
CIE-Lab94.44635.93803.7647

#feebe8 color RGB value is (254,235,232).

#feebe8 hex color red value is 254, green value is 235 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #feebe8 hue: 0.02 , saturation: 0.92 and the lightness value of feebe8 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11101000
Octal 376 353 350
Decimal 254 235 232
Hex FE EB E8

RGB Percentages of Color #feebe8

%35.23
%32.59
%32.18

CMYK Percentages of Color #feebe8

%0
%7
%9
%0

Triadic Colors of #feebe8

#feebe8 #e8feeb #ebe8fe

Analogous Colors of #feebe8

#feebe8 #fef6e8 #fee8f0

Monochromatic Colors of #feebe8

#feebe8

Complementary Color

#feebe8 #e8fbfe

#feebe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebe8 Color CSS Codes

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

#feebe8 Text Font Color

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

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


#feebe8 Background Color

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

This div background color is #feebe8


#feebe8 Border Color

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

This div border color is #feebe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebe8

Related Colors

#feebe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.