Color Hex Logo

#fefeb0 Color Hex

#FEFEB0
(254,254,176)
0 Favorites   0 Comments

Color spaces of #fefeb0

RGB 254254176
HSL0.170.980.84
HSV60°31°100°
CMYK 0.000.000.31   0.00
XYZ84.151395.089054.9931
Yxy95.08900.35930.4060
Hunter Lab97.5136-16.608634.8227
CIE-Lab98.0691-11.563537.3965

#fefeb0 color RGB value is (254,254,176).

#fefeb0 hex color red value is 254, green value is 254 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fefeb0 hue: 0.17 , saturation: 0.98 and the lightness value of fefeb0 is 0.84.

The process color (four color CMYK) of #fefeb0 color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #fefeb0 is #ffff99. Color #fefeb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10110000
Octal 376 376 260
Decimal 254 254 176
Hex FE FE B0

RGB Percentages of Color #fefeb0

%37.13
%37.13
%25.73

CMYK Percentages of Color #fefeb0

%0
%0
%31
%0

Triadic Colors of #fefeb0

#fefeb0 #b0fefe #feb0fe

Analogous Colors of #fefeb0

#fefeb0 #d7feb0 #fed7b0

Monochromatic Colors of #fefeb0

#fefeb0

Complementary Color

#fefeb0 #b0b0fe

#fefeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeb0 Color CSS Codes

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

#fefeb0 Text Font Color

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

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


#fefeb0 Background Color

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

This div background color is #fefeb0


#fefeb0 Border Color

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

This div border color is #fefeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeb0

Related Colors


Comments

No comments written yet.

Please login to write comment.