Color Hex Logo

#feefeb Color Hex

#FEEFEB
(254,239,235)
0 Favorites   0 Comments

Color spaces of #feefeb

RGB 254239235
HSL0.040.900.96
HSV13°100°
CMYK 0.000.060.07   0.00
XYZ86.734988.802091.1663
Yxy88.80200.32520.3330
Hunter Lab94.2348-0.61738.6050
CIE-Lab95.49764.38463.7329

#feefeb color RGB value is (254,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11101011
Octal 376 357 353
Decimal 254 239 235
Hex FE EF EB

RGB Percentages of Color #feefeb

%34.89
%32.83
%32.28

CMYK Percentages of Color #feefeb

%0
%6
%7
%0

Triadic Colors of #feefeb

#feefeb #ebfeef #efebfe

Analogous Colors of #feefeb

#feefeb #fef9eb #feebf1

Monochromatic Colors of #feefeb

#feefeb

Complementary Color

#feefeb #ebfafe

#feefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefeb Color CSS Codes

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

#feefeb Text Font Color

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

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


#feefeb Background Color

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

This div background color is #feefeb


#feefeb Border Color

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

This div border color is #feefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefeb


Comments

No comments written yet.

Please login to write comment.