Color Hex Logo

#fdd858 Color Hex

#FDD858
(253,216,88)
0 Favorites   0 Comments

Color spaces of #fdd858

RGB 25321688
HSL0.130.980.67
HSV47°65°99°
CMYK 0.000.150.65   0.01
XYZ66.825370.699019.3567
Yxy70.69900.42600.4507
Hunter Lab84.0827-5.280645.2087
CIE-Lab87.3386-0.823465.7128

#fdd858 color RGB value is (253,216,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01011000
Octal 375 330 130
Decimal 253 216 88
Hex FD D8 58

RGB Percentages of Color #fdd858

%45.42
%38.78
%15.80

CMYK Percentages of Color #fdd858

%0
%15
%65
%1

Triadic Colors of #fdd858

#fdd858 #58fdd8 #d858fd

Analogous Colors of #fdd858

#fdd858 #d0fd58 #fd8658

Monochromatic Colors of #fdd858

#fdd858

Complementary Color

#fdd858 #587dfd

#fdd858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd858 Color CSS Codes

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

#fdd858 Text Font Color

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

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


#fdd858 Background Color

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

This div background color is #fdd858


#fdd858 Border Color

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

This div border color is #fdd858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd858


Comments

No comments written yet.

Please login to write comment.