Color Hex Logo

#fefc88 Color Hex

#FEFC88
(254,252,136)
0 Favorites   0 Comments

Color spaces of #fefc88

RGB 254252136
HSL0.160.980.76
HSV59°46°100°
CMYK 0.000.010.46   0.00
XYZ80.127492.469236.9177
Yxy92.46920.38240.4414
Hunter Lab96.1609-19.544044.5503
CIE-Lab97.0118-14.783955.3862

#fefc88 color RGB value is (254,252,136).

#fefc88 hex color red value is 254, green value is 252 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fefc88 hue: 0.16 , saturation: 0.98 and the lightness value of fefc88 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10001000
Octal 376 374 210
Decimal 254 252 136
Hex FE FC 88

RGB Percentages of Color #fefc88

%39.56
%39.25
%21.18

CMYK Percentages of Color #fefc88

%0
%1
%46
%0

Triadic Colors of #fefc88

#fefc88 #88fefc #fc88fe

Analogous Colors of #fefc88

#fefc88 #c5fe88 #fec188

Monochromatic Colors of #fefc88

#fefc88

Complementary Color

#fefc88 #888afe

#fefc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc88 Color CSS Codes

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

#fefc88 Text Font Color

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

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


#fefc88 Background Color

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

This div background color is #fefc88


#fefc88 Border Color

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

This div border color is #fefc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc88

Related Colors


Comments

No comments written yet.

Please login to write comment.