Color Hex Logo

#fdd908 Color Hex

#FDD908
(253,217,8)
0 Favorites   0 Comments

Color spaces of #fdd908

RGB 2532178
HSL0.140.980.51
HSV51°97°99°
CMYK 0.000.140.97   0.01
XYZ65.364770.525910.3975
Yxy70.52590.44680.4821
Hunter Lab83.9797-8.030951.4451
CIE-Lab87.2542-3.722786.6090

#fdd908 color RGB value is (253,217,8).

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

The process color (four color CMYK) of #fdd908 color hex is 0.00, 0.14, 0.97, 0.01. Web safe color of #fdd908 is #ffcc00. Color #fdd908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 00001000
Octal 375 331 10
Decimal 253 217 8
Hex FD D9 8

RGB Percentages of Color #fdd908

%52.93
%45.40
%1.67

CMYK Percentages of Color #fdd908

%0
%14
%97
%1

Triadic Colors of #fdd908

#fdd908 #08fdd9 #d908fd

Analogous Colors of #fdd908

#fdd908 #a7fd08 #fd5f08

Monochromatic Colors of #fdd908

#fdd908

Complementary Color

#fdd908 #082cfd

#fdd908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd908 Color CSS Codes

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

#fdd908 Text Font Color

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

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


#fdd908 Background Color

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

This div background color is #fdd908


#fdd908 Border Color

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

This div border color is #fdd908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd908


Comments

No comments written yet.

Please login to write comment.