Color Hex Logo

#fdc83b Color Hex

#FDC83B
(253,200,59)
0 Favorites   0 Comments

Color spaces of #fdc83b

RGB 25320059
HSL0.120.980.61
HSV44°77°99°
CMYK 0.000.210.77   0.01
XYZ61.951762.507012.9375
Yxy62.50700.45090.4549
Hunter Lab79.06141.513445.6408
CIE-Lab83.18236.009272.6799

#fdc83b color RGB value is (253,200,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 00111011
Octal 375 310 73
Decimal 253 200 59
Hex FD C8 3B

RGB Percentages of Color #fdc83b

%49.41
%39.06
%11.52

CMYK Percentages of Color #fdc83b

%0
%21
%77
%1

Triadic Colors of #fdc83b

#fdc83b #3bfdc8 #c83bfd

Analogous Colors of #fdc83b

#fdc83b #d1fd3b #fd673b

Monochromatic Colors of #fdc83b

#fdc83b

Complementary Color

#fdc83b #3b70fd

#fdc83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc83b Color CSS Codes

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

#fdc83b Text Font Color

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

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


#fdc83b Background Color

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

This div background color is #fdc83b


#fdc83b Border Color

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

This div border color is #fdc83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc83b


Comments

No comments written yet.

Please login to write comment.