Color Hex Logo

#fdd35a Color Hex

#FDD35A
(253,211,90)
0 Favorites   0 Comments

Color spaces of #fdd35a

RGB 25321190
HSL0.120.980.67
HSV45°64°99°
CMYK 0.000.170.64   0.01
XYZ65.647768.209419.3786
Yxy68.20940.42840.4451
Hunter Lab82.5890-2.646043.9005
CIE-Lab86.11101.840563.5540

#fdd35a color RGB value is (253,211,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 01011010
Octal 375 323 132
Decimal 253 211 90
Hex FD D3 5A

RGB Percentages of Color #fdd35a

%45.67
%38.09
%16.25

CMYK Percentages of Color #fdd35a

%0
%17
%64
%1

Triadic Colors of #fdd35a

#fdd35a #5afdd3 #d35afd

Analogous Colors of #fdd35a

#fdd35a #d6fd5a #fd825a

Monochromatic Colors of #fdd35a

#fdd35a

Complementary Color

#fdd35a #5a84fd

#fdd35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd35a Color CSS Codes

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

#fdd35a Text Font Color

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

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


#fdd35a Background Color

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

This div background color is #fdd35a


#fdd35a Border Color

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

This div border color is #fdd35a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,211,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 #fdd35a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd35a

Related Colors


Comments

No comments written yet.

Please login to write comment.