Color Hex Logo

#fdd95a Color Hex

#FDD95A
(253,217,90)
0 Favorites   0 Comments

Color spaces of #fdd95a

RGB 25321790
HSL0.130.980.67
HSV47°64°99°
CMYK 0.000.140.64   0.01
XYZ67.166371.246519.8848
Yxy71.24650.42430.4501
Hunter Lab84.4076-5.674345.1178
CIE-Lab87.6046-1.215365.1580

#fdd95a color RGB value is (253,217,90).

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

The process color (four color CMYK) of #fdd95a color hex is 0.00, 0.14, 0.64, 0.01. Web safe color of #fdd95a is #ffcc66. Color #fdd95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01011010
Octal 375 331 132
Decimal 253 217 90
Hex FD D9 5A

RGB Percentages of Color #fdd95a

%45.18
%38.75
%16.07

CMYK Percentages of Color #fdd95a

%0
%14
%64
%1

Triadic Colors of #fdd95a

#fdd95a #5afdd9 #d95afd

Analogous Colors of #fdd95a

#fdd95a #d0fd5a #fd885a

Monochromatic Colors of #fdd95a

#fdd95a

Complementary Color

#fdd95a #5a7efd

#fdd95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd95a Color CSS Codes

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

#fdd95a Text Font Color

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

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


#fdd95a Background Color

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

This div background color is #fdd95a


#fdd95a Border Color

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

This div border color is #fdd95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd95a


Comments

No comments written yet.

Please login to write comment.