Color Hex Logo

#fefd55 Color Hex

#FEFD55
(254,253,85)
0 Favorites   0 Comments

Color spaces of #fefd55

RGB 25425385
HSL0.170.990.66
HSV60°67°100°
CMYK 0.000.000.67   0.00
XYZ77.638091.977322.2558
Yxy91.97730.40460.4794
Hunter Lab95.9048-23.331953.3744
CIE-Lab96.8110-18.861776.6894

#fefd55 color RGB value is (254,253,85).

#fefd55 hex color red value is 254, green value is 253 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fefd55 hue: 0.17 , saturation: 0.99 and the lightness value of fefd55 is 0.66.

The process color (four color CMYK) of #fefd55 color hex is 0.00, 0.00, 0.67, 0.00. Web safe color of #fefd55 is #ffff66. Color #fefd55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 01010101
Octal 376 375 125
Decimal 254 253 85
Hex FE FD 55

RGB Percentages of Color #fefd55

%42.91
%42.74
%14.36

CMYK Percentages of Color #fefd55

%0
%0
%67
%0

Triadic Colors of #fefd55

#fefd55 #55fefd #fd55fe

Analogous Colors of #fefd55

#fefd55 #abfe55 #fea955

Monochromatic Colors of #fefd55

#fefd55

Complementary Color

#fefd55 #5556fe

#fefd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd55 Color CSS Codes

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

#fefd55 Text Font Color

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

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


#fefd55 Background Color

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

This div background color is #fefd55


#fefd55 Border Color

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

This div border color is #fefd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd55

Related Colors


Comments

No comments written yet.

Please login to write comment.