Color Hex Logo

#feebea Color Hex

#FEEBEA
(254,235,234)
0 Favorites   0 Comments

Color spaces of #feebea

RGB 254235234
HSL0.010.910.96
HSV100°
CMYK 0.000.070.08   0.00
XYZ85.432786.428090.0214
Yxy86.42800.32620.3300
Hunter Lab92.96671.34287.6650
CIE-Lab94.49506.26672.7968

#feebea color RGB value is (254,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11101010
Octal 376 353 352
Decimal 254 235 234
Hex FE EB EA

RGB Percentages of Color #feebea

%35.13
%32.50
%32.37

CMYK Percentages of Color #feebea

%0
%7
%8
%0

Triadic Colors of #feebea

#feebea #eafeeb #ebeafe

Analogous Colors of #feebea

#feebea #fef5ea #feeaf3

Monochromatic Colors of #feebea

#feebea

Complementary Color

#feebea #eafdfe

#feebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebea Color CSS Codes

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

#feebea Text Font Color

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

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


#feebea Background Color

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

This div background color is #feebea


#feebea Border Color

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

This div border color is #feebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebea

Related Colors


Comments

No comments written yet.

Please login to write comment.