Color Hex Logo

#fdd83a Color Hex

#FDD83A
(253,216,58)
0 Favorites   0 Comments

Color spaces of #fdd83a

RGB 25321658
HSL0.140.980.61
HSV49°77°99°
CMYK 0.000.150.77   0.01
XYZ65.827670.299914.1027
Yxy70.29990.43820.4679
Hunter Lab83.8450-6.586648.7190
CIE-Lab87.1437-2.207476.6425

#fdd83a color RGB value is (253,216,58).

#fdd83a hex color red value is 253, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fdd83a hue: 0.14 , saturation: 0.98 and the lightness value of fdd83a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00111010
Octal 375 330 72
Decimal 253 216 58
Hex FD D8 3A

RGB Percentages of Color #fdd83a

%48.01
%40.99
%11.01

CMYK Percentages of Color #fdd83a

%0
%15
%77
%1

Triadic Colors of #fdd83a

#fdd83a #3afdd8 #d83afd

Analogous Colors of #fdd83a

#fdd83a #c1fd3a #fd773a

Monochromatic Colors of #fdd83a

#fdd83a

Complementary Color

#fdd83a #3a5ffd

#fdd83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd83a Color CSS Codes

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

#fdd83a Text Font Color

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

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


#fdd83a Background Color

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

This div background color is #fdd83a


#fdd83a Border Color

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

This div border color is #fdd83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd83a

Related Colors


Comments

No comments written yet.

Please login to write comment.