Color Hex Logo

#fedd3b Color Hex

#FEDD3B
(254,221,59)
1 Favorites   0 Comments

Color spaces of #fedd3b

RGB 25422159
HSL0.140.990.61
HSV50°77°100°
CMYK 0.000.130.77   0.00
XYZ67.518973.099514.6887
Yxy73.09950.43470.4707
Hunter Lab85.4982-8.658549.6627
CIE-Lab88.4951-4.275877.5899

#fedd3b color RGB value is (254,221,59).

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

The process color (four color CMYK) of #fedd3b color hex is 0.00, 0.13, 0.77, 0.00. Web safe color of #fedd3b is #ffcc33. Color #fedd3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00111011
Octal 376 335 73
Decimal 254 221 59
Hex FE DD 3B

RGB Percentages of Color #fedd3b

%47.57
%41.39
%11.05

CMYK Percentages of Color #fedd3b

%0
%13
%77
%0

Triadic Colors of #fedd3b

#fedd3b #3bfedd #dd3bfe

Analogous Colors of #fedd3b

#fedd3b #befe3b #fe7c3b

Monochromatic Colors of #fedd3b

#fedd3b

Complementary Color

#fedd3b #3b5cfe

#fedd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd3b Color CSS Codes

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

#fedd3b Text Font Color

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

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


#fedd3b Background Color

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

This div background color is #fedd3b


#fedd3b Border Color

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

This div border color is #fedd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd3b

Related Colors

#fedd3b Color Palettes


Comments

No comments written yet.

Please login to write comment.