Color Hex Logo

#fdd959 Color Hex

#FDD959
(253,217,89)
0 Favorites   0 Comments

Color spaces of #fdd959

RGB 25321789
HSL0.130.980.67
HSV47°65°99°
CMYK 0.000.140.65   0.01
XYZ67.124071.229619.6621
Yxy71.22960.42480.4508
Hunter Lab84.3976-5.729445.2656
CIE-Lab87.5964-1.273565.5691

#fdd959 color RGB value is (253,217,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01011001
Octal 375 331 131
Decimal 253 217 89
Hex FD D9 59

RGB Percentages of Color #fdd959

%45.26
%38.82
%15.92

CMYK Percentages of Color #fdd959

%0
%14
%65
%1

Triadic Colors of #fdd959

#fdd959 #59fdd9 #d959fd

Analogous Colors of #fdd959

#fdd959 #cffd59 #fd8759

Monochromatic Colors of #fdd959

#fdd959

Complementary Color

#fdd959 #597dfd

#fdd959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd959 Color CSS Codes

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

#fdd959 Text Font Color

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

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


#fdd959 Background Color

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

This div background color is #fdd959


#fdd959 Border Color

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

This div border color is #fdd959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd959

Related Colors


Comments

No comments written yet.

Please login to write comment.