Color Hex Logo

#fdde81 Color Hex

#FDDE81
(253,222,129)
0 Favorites   0 Comments

Color spaces of #fdde81

RGB 253222129
HSL0.130.970.75
HSV45°49°99°
CMYK 0.000.120.49   0.01
XYZ70.591774.710231.4688
Yxy74.71020.39930.4226
Hunter Lab86.4351-5.480038.9186
CIE-Lab89.2571-0.892249.2457

#fdde81 color RGB value is (253,222,129).

#fdde81 hex color red value is 253, green value is 222 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fdde81 hue: 0.13 , saturation: 0.97 and the lightness value of fdde81 is 0.75.

The process color (four color CMYK) of #fdde81 color hex is 0.00, 0.12, 0.49, 0.01. Web safe color of #fdde81 is #ffcc99. Color #fdde81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 10000001
Octal 375 336 201
Decimal 253 222 129
Hex FD DE 81

RGB Percentages of Color #fdde81

%41.89
%36.75
%21.36

CMYK Percentages of Color #fdde81

%0
%12
%49
%1

Triadic Colors of #fdde81

#fdde81 #81fdde #de81fd

Analogous Colors of #fdde81

#fdde81 #defd81 #fda081

Monochromatic Colors of #fdde81

#fdde81

Complementary Color

#fdde81 #81a0fd

#fdde81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde81 Color CSS Codes

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

#fdde81 Text Font Color

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

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


#fdde81 Background Color

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

This div background color is #fdde81


#fdde81 Border Color

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

This div border color is #fdde81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde81


Comments

No comments written yet.

Please login to write comment.