Color Hex Logo

#fefe98 Color Hex

#FEFE98
(254,254,152)
0 Favorites   0 Comments

Color spaces of #fefe98

RGB 254254152
HSL0.170.980.80
HSV60°40°100°
CMYK 0.000.000.40   0.00
XYZ81.982494.221543.5714
Yxy94.22150.37300.4287
Hunter Lab97.0678-19.109441.3336
CIE-Lab97.7212-14.224548.6892

#fefe98 color RGB value is (254,254,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10011000
Octal 376 376 230
Decimal 254 254 152
Hex FE FE 98

RGB Percentages of Color #fefe98

%38.48
%38.48
%23.03

CMYK Percentages of Color #fefe98

%0
%0
%40
%0

Triadic Colors of #fefe98

#fefe98 #98fefe #fe98fe

Analogous Colors of #fefe98

#fefe98 #cbfe98 #fecb98

Monochromatic Colors of #fefe98

#fefe98

Complementary Color

#fefe98 #9898fe

#fefe98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe98 Color CSS Codes

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

#fefe98 Text Font Color

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

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


#fefe98 Background Color

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

This div background color is #fefe98


#fefe98 Border Color

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

This div border color is #fefe98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe98

Related Colors


Comments

No comments written yet.

Please login to write comment.