Color Hex Logo

#fdd05e Color Hex

#FDD05E
(253,208,94)
0 Favorites   0 Comments

Color spaces of #fdd05e

RGB 25320894
HSL0.120.980.68
HSV43°63°99°
CMYK 0.000.180.63   0.01
XYZ65.084366.802520.0535
Yxy66.80250.42840.4397
Hunter Lab81.7328-0.891842.6659
CIE-Lab85.40413.619661.0440

#fdd05e color RGB value is (253,208,94).

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

The process color (four color CMYK) of #fdd05e color hex is 0.00, 0.18, 0.63, 0.01. Web safe color of #fdd05e is #ffcc66. Color #fdd05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 01011110
Octal 375 320 136
Decimal 253 208 94
Hex FD D0 5E

RGB Percentages of Color #fdd05e

%45.59
%37.48
%16.94

CMYK Percentages of Color #fdd05e

%0
%18
%63
%1

Triadic Colors of #fdd05e

#fdd05e #5efdd0 #d05efd

Analogous Colors of #fdd05e

#fdd05e #dbfd5e #fd815e

Monochromatic Colors of #fdd05e

#fdd05e

Complementary Color

#fdd05e #5e8bfd

#fdd05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd05e Color CSS Codes

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

#fdd05e Text Font Color

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

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


#fdd05e Background Color

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

This div background color is #fdd05e


#fdd05e Border Color

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

This div border color is #fdd05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd05e


Comments

No comments written yet.

Please login to write comment.