Color Hex Logo

#feebec Color Hex

#FEEBEC
(254,235,236)
0 Favorites   0 Comments

Color spaces of #feebec

RGB 254235236
HSL0.990.900.96
HSV357°100°
CMYK 0.000.070.07   0.00
XYZ85.721786.543691.5435
Yxy86.54360.32490.3281
Hunter Lab93.02881.67906.7768
CIE-Lab94.54436.59791.8296

#feebec color RGB value is (254,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11101100
Octal 376 353 354
Decimal 254 235 236
Hex FE EB EC

RGB Percentages of Color #feebec

%35.03
%32.41
%32.55

CMYK Percentages of Color #feebec

%0
%7
%7
%0

Triadic Colors of #feebec

#feebec #ecfeeb #ebecfe

Analogous Colors of #feebec

#feebec #fef4eb #feebf6

Monochromatic Colors of #feebec

#feebec

Complementary Color

#feebec #ebfefd

#feebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebec Color CSS Codes

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

#feebec Text Font Color

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

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


#feebec Background Color

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

This div background color is #feebec


#feebec Border Color

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

This div border color is #feebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebec

#feebec Color Palettes


Comments

No comments written yet.

Please login to write comment.