Color Hex Logo

#fde592 Color Hex

#FDE592
(253,229,146)
0 Favorites   0 Comments

Color spaces of #fde592

RGB 253229146
HSL0.130.960.78
HSV47°42°99°
CMYK 0.000.090.42   0.01
XYZ73.715678.996638.5568
Yxy78.99660.38540.4130
Hunter Lab88.8800-7.495236.4956
CIE-Lab91.2328-2.824943.3882

#fde592 color RGB value is (253,229,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 10010010
Octal 375 345 222
Decimal 253 229 146
Hex FD E5 92

RGB Percentages of Color #fde592

%40.29
%36.46
%23.25

CMYK Percentages of Color #fde592

%0
%9
%42
%1

Triadic Colors of #fde592

#fde592 #92fde5 #e592fd

Analogous Colors of #fde592

#fde592 #e0fd92 #fdb092

Monochromatic Colors of #fde592

#fde592

Complementary Color

#fde592 #92aafd

#fde592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde592 Color CSS Codes

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

#fde592 Text Font Color

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

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


#fde592 Background Color

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

This div background color is #fde592


#fde592 Border Color

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

This div border color is #fde592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde592


Comments

No comments written yet.

Please login to write comment.