Color Hex Logo

#fefeeb Color Hex

#FEFEEB
(254,254,235)
0 Favorites   0 Comments

Color spaces of #fefeeb

RGB 254254235
HSL0.170.900.96
HSV60°100°
CMYK 0.000.000.07   0.00
XYZ91.310397.952692.6914
Yxy97.95260.32380.3474
Hunter Lab98.9710-8.515813.7516
CIE-Lab99.2029-3.20439.0759

#fefeeb color RGB value is (254,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11101011
Octal 376 376 353
Decimal 254 254 235
Hex FE FE EB

RGB Percentages of Color #fefeeb

%34.19
%34.19
%31.63

CMYK Percentages of Color #fefeeb

%0
%0
%7
%0

Triadic Colors of #fefeeb

#fefeeb #ebfefe #feebfe

Analogous Colors of #fefeeb

#fefeeb #f5feeb #fef5eb

Monochromatic Colors of #fefeeb

#fefeeb

Complementary Color

#fefeeb #ebebfe

#fefeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeeb Color CSS Codes

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

#fefeeb Text Font Color

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

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


#fefeeb Background Color

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

This div background color is #fefeeb


#fefeeb Border Color

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

This div border color is #fefeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,254,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 #fefeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeeb


Comments

No comments written yet.

Please login to write comment.