Color Hex Logo

#fdd30a Color Hex

#FDD30A
(253,211,10)
0 Favorites   0 Comments

Color spaces of #fdd30a

RGB 25321110
HSL0.140.980.52
HSV50°96°99°
CMYK 0.000.170.96   0.01
XYZ63.857167.49319.9490
Yxy67.49310.45190.4777
Hunter Lab82.1542-5.024750.3278
CIE-Lab85.7523-0.668985.3534

#fdd30a color RGB value is (253,211,10).

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

The process color (four color CMYK) of #fdd30a color hex is 0.00, 0.17, 0.96, 0.01. Web safe color of #fdd30a is #ffcc00. Color #fdd30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00001010
Octal 375 323 12
Decimal 253 211 10
Hex FD D3 A

RGB Percentages of Color #fdd30a

%53.38
%44.51
%2.11

CMYK Percentages of Color #fdd30a

%0
%17
%96
%1

Triadic Colors of #fdd30a

#fdd30a #0afdd3 #d30afd

Analogous Colors of #fdd30a

#fdd30a #aefd0a #fd5a0a

Monochromatic Colors of #fdd30a

#fdd30a

Complementary Color

#fdd30a #0a34fd

#fdd30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd30a Color CSS Codes

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

#fdd30a Text Font Color

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

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


#fdd30a Background Color

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

This div background color is #fdd30a


#fdd30a Border Color

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

This div border color is #fdd30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd30a


Comments

No comments written yet.

Please login to write comment.