Color Hex Logo

#fde88c Color Hex

#FDE88C
(253,232,140)
0 Favorites   0 Comments

Color spaces of #fde88c

RGB 253232140
HSL0.140.970.77
HSV49°45°99°
CMYK 0.000.080.45   0.01
XYZ74.098280.489336.4415
Yxy80.48930.38790.4213
Hunter Lab89.7158-9.575838.7182
CIE-Lab91.9040-4.924747.1819

#fde88c color RGB value is (253,232,140).

#fde88c hex color red value is 253, green value is 232 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fde88c hue: 0.14 , saturation: 0.97 and the lightness value of fde88c is 0.77.

The process color (four color CMYK) of #fde88c color hex is 0.00, 0.08, 0.45, 0.01. Web safe color of #fde88c is #ffff99. Color #fde88c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10001100
Octal 375 350 214
Decimal 253 232 140
Hex FD E8 8C

RGB Percentages of Color #fde88c

%40.48
%37.12
%22.40

CMYK Percentages of Color #fde88c

%0
%8
%45
%1

Triadic Colors of #fde88c

#fde88c #8cfde8 #e88cfd

Analogous Colors of #fde88c

#fde88c #dafd8c #fdb08c

Monochromatic Colors of #fde88c

#fde88c

Complementary Color

#fde88c #8ca1fd

#fde88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde88c Color CSS Codes

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

#fde88c Text Font Color

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

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


#fde88c Background Color

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

This div background color is #fde88c


#fde88c Border Color

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

This div border color is #fde88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde88c


Comments

No comments written yet.

Please login to write comment.