Color Hex Logo

#fdd83b Color Hex

#FDD83B
(253,216,59)
0 Favorites   0 Comments

Color spaces of #fdd83b

RGB 25321659
HSL0.130.980.61
HSV49°77°99°
CMYK 0.000.150.77   0.01
XYZ65.853370.310114.2380
Yxy70.31010.43790.4675
Hunter Lab83.8511-6.552748.6283
CIE-Lab87.1487-2.171476.3286

#fdd83b color RGB value is (253,216,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00111011
Octal 375 330 73
Decimal 253 216 59
Hex FD D8 3B

RGB Percentages of Color #fdd83b

%47.92
%40.91
%11.17

CMYK Percentages of Color #fdd83b

%0
%15
%77
%1

Triadic Colors of #fdd83b

#fdd83b #3bfdd8 #d83bfd

Analogous Colors of #fdd83b

#fdd83b #c1fd3b #fd773b

Monochromatic Colors of #fdd83b

#fdd83b

Complementary Color

#fdd83b #3b60fd

#fdd83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd83b Color CSS Codes

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

#fdd83b Text Font Color

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

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


#fdd83b Background Color

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

This div background color is #fdd83b


#fdd83b Border Color

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

This div border color is #fdd83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd83b

Related Colors


Comments

No comments written yet.

Please login to write comment.