Color Hex Logo

#fdd853 Color Hex

#FDD853
(253,216,83)
0 Favorites   0 Comments

Color spaces of #fdd853

RGB 25321683
HSL0.130.980.66
HSV47°67°99°
CMYK 0.000.150.67   0.01
XYZ66.625270.618918.3029
Yxy70.61890.42830.4540
Hunter Lab84.0351-5.541845.9111
CIE-Lab87.2995-1.099467.7244

#fdd853 color RGB value is (253,216,83).

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

The process color (four color CMYK) of #fdd853 color hex is 0.00, 0.15, 0.67, 0.01. Web safe color of #fdd853 is #ffcc66. Color #fdd853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01010011
Octal 375 330 123
Decimal 253 216 83
Hex FD D8 53

RGB Percentages of Color #fdd853

%45.83
%39.13
%15.04

CMYK Percentages of Color #fdd853

%0
%15
%67
%1

Triadic Colors of #fdd853

#fdd853 #53fdd8 #d853fd

Analogous Colors of #fdd853

#fdd853 #cdfd53 #fd8353

Monochromatic Colors of #fdd853

#fdd853

Complementary Color

#fdd853 #5378fd

#fdd853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd853 Color CSS Codes

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

#fdd853 Text Font Color

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

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


#fdd853 Background Color

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

This div background color is #fdd853


#fdd853 Border Color

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

This div border color is #fdd853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd853


Comments

No comments written yet.

Please login to write comment.