Color Hex Logo

#fde582 Color Hex

#FDE582
(253,229,130)
0 Favorites   0 Comments

Color spaces of #fde582

RGB 253229130
HSL0.130.970.75
HSV48°49°99°
CMYK 0.000.090.49   0.01
XYZ72.556678.533032.4533
Yxy78.53300.39530.4279
Hunter Lab88.6188-8.936340.3205
CIE-Lab91.0226-4.339350.9248

#fde582 color RGB value is (253,229,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 10000010
Octal 375 345 202
Decimal 253 229 130
Hex FD E5 82

RGB Percentages of Color #fde582

%41.34
%37.42
%21.24

CMYK Percentages of Color #fde582

%0
%9
%49
%1

Triadic Colors of #fde582

#fde582 #82fde5 #e582fd

Analogous Colors of #fde582

#fde582 #d8fd82 #fda882

Monochromatic Colors of #fde582

#fde582

Complementary Color

#fde582 #829afd

#fde582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde582 Color CSS Codes

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

#fde582 Text Font Color

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

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


#fde582 Background Color

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

This div background color is #fde582


#fde582 Border Color

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

This div border color is #fde582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde582

Related Colors


Comments

No comments written yet.

Please login to write comment.