Color Hex Logo

#fede55 Color Hex

#FEDE55
(254,222,85)
0 Favorites   0 Comments

Color spaces of #fede55

RGB 25422285
HSL0.140.990.66
HSV49°67°100°
CMYK 0.000.130.67   0.00
XYZ68.634073.969319.2544
Yxy73.96930.42400.4570
Hunter Lab86.0054-8.063046.9303
CIE-Lab88.9080-3.612668.6171

#fede55 color RGB value is (254,222,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 01010101
Octal 376 336 125
Decimal 254 222 85
Hex FE DE 55

RGB Percentages of Color #fede55

%45.28
%39.57
%15.15

CMYK Percentages of Color #fede55

%0
%13
%67
%0

Triadic Colors of #fede55

#fede55 #55fede #de55fe

Analogous Colors of #fede55

#fede55 #cafe55 #fe8a55

Monochromatic Colors of #fede55

#fede55

Complementary Color

#fede55 #5575fe

#fede55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede55 Color CSS Codes

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

#fede55 Text Font Color

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

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


#fede55 Background Color

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

This div background color is #fede55


#fede55 Border Color

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

This div border color is #fede55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede55


Comments

No comments written yet.

Please login to write comment.