Color Hex Logo

#fedd00 Color Hex

#FEDD00
(254,221,0)
0 Favorites   0 Comments

Color spaces of #fedd00

RGB 2542210
HSL0.151.000.50
HSV52°100°100°
CMYK 0.000.131.00   0.00
XYZ66.729572.783710.5316
Yxy72.78370.44470.4851
Hunter Lab85.3134-9.681252.4002
CIE-Lab88.3445-5.371788.0974

#fedd00 color RGB value is (254,221,0).

#fedd00 hex color red value is 254, green value is 221 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fedd00 hue: 0.15 , saturation: 1.00 and the lightness value of fedd00 is 0.50.

The process color (four color CMYK) of #fedd00 color hex is 0.00, 0.13, 1.00, 0.00. Web safe color of #fedd00 is #ffcc00. Color #fedd00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00000000
Octal 376 335 0
Decimal 254 221 0
Hex FE DD 0

RGB Percentages of Color #fedd00

%53.47
%46.53
%0.00

CMYK Percentages of Color #fedd00

%0
%13
%100
%0

Triadic Colors of #fedd00

#fedd00 #00fedd #dd00fe

Analogous Colors of #fedd00

#fedd00 #a0fe00 #fe5e00

Monochromatic Colors of #fedd00

#fedd00

Complementary Color

#fedd00 #0021fe

#fedd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd00 Color CSS Codes

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

#fedd00 Text Font Color

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

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


#fedd00 Background Color

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

This div background color is #fedd00


#fedd00 Border Color

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

This div border color is #fedd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd00


Comments

No comments written yet.

Please login to write comment.