Color Hex Logo

#fdd810 Color Hex

#FDD810
(253,216,16)
0 Favorites   0 Comments

Color spaces of #fdd810

RGB 25321616
HSL0.140.980.53
HSV51°94°99°
CMYK 0.000.150.94   0.01
XYZ65.157470.031810.5735
Yxy70.03180.44700.4805
Hunter Lab83.6850-7.468151.0883
CIE-Lab87.0125-3.148085.6793

#fdd810 color RGB value is (253,216,16).

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

The process color (four color CMYK) of #fdd810 color hex is 0.00, 0.15, 0.94, 0.01. Web safe color of #fdd810 is #ffcc00. Color #fdd810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 00010000
Octal 375 330 20
Decimal 253 216 16
Hex FD D8 10

RGB Percentages of Color #fdd810

%52.16
%44.54
%3.30

CMYK Percentages of Color #fdd810

%0
%15
%94
%1

Triadic Colors of #fdd810

#fdd810 #10fdd8 #d810fd

Analogous Colors of #fdd810

#fdd810 #acfd10 #fd6110

Monochromatic Colors of #fdd810

#fdd810

Complementary Color

#fdd810 #1035fd

#fdd810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd810 Color CSS Codes

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

#fdd810 Text Font Color

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

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


#fdd810 Background Color

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

This div background color is #fdd810


#fdd810 Border Color

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

This div border color is #fdd810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd810


Comments

No comments written yet.

Please login to write comment.