Color Hex Logo

#fdd259 Color Hex

#FDD259
(253,210,89)
0 Favorites   0 Comments

Color spaces of #fdd259

RGB 25321089
HSL0.120.980.67
HSV44°65°99°
CMYK 0.000.170.65   0.01
XYZ65.357867.697119.0733
Yxy67.69710.42960.4450
Hunter Lab82.2782-2.195343.8505
CIE-Lab85.85482.293663.7060

#fdd259 color RGB value is (253,210,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01011001
Octal 375 322 131
Decimal 253 210 89
Hex FD D2 59

RGB Percentages of Color #fdd259

%45.83
%38.04
%16.12

CMYK Percentages of Color #fdd259

%0
%17
%65
%1

Triadic Colors of #fdd259

#fdd259 #59fdd2 #d259fd

Analogous Colors of #fdd259

#fdd259 #d6fd59 #fd8059

Monochromatic Colors of #fdd259

#fdd259

Complementary Color

#fdd259 #5984fd

#fdd259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd259 Color CSS Codes

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

#fdd259 Text Font Color

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

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


#fdd259 Background Color

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

This div background color is #fdd259


#fdd259 Border Color

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

This div border color is #fdd259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd259


Comments

No comments written yet.

Please login to write comment.