Color Hex Logo

#fdef99 Color Hex

#FDEF99
(253,239,153)
0 Favorites   0 Comments

Color spaces of #fdef99

RGB 253239153
HSL0.140.960.80
HSV52°40°99°
CMYK 0.000.060.40   0.01
XYZ77.124384.915642.4624
Yxy84.91560.37710.4152
Hunter Lab92.1497-11.867037.1840
CIE-Lab93.8467-7.117743.2703

#fdef99 color RGB value is (253,239,153).

#fdef99 hex color red value is 253, green value is 239 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdef99 hue: 0.14 , saturation: 0.96 and the lightness value of fdef99 is 0.80.

The process color (four color CMYK) of #fdef99 color hex is 0.00, 0.06, 0.40, 0.01. Web safe color of #fdef99 is #ffff99. Color #fdef99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10011001
Octal 375 357 231
Decimal 253 239 153
Hex FD EF 99

RGB Percentages of Color #fdef99

%39.22
%37.05
%23.72

CMYK Percentages of Color #fdef99

%0
%6
%40
%1

Triadic Colors of #fdef99

#fdef99 #99fdef #ef99fd

Analogous Colors of #fdef99

#fdef99 #d9fd99 #fdbd99

Monochromatic Colors of #fdef99

#fdef99

Complementary Color

#fdef99 #99a7fd

#fdef99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef99 Color CSS Codes

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

#fdef99 Text Font Color

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

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


#fdef99 Background Color

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

This div background color is #fdef99


#fdef99 Border Color

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

This div border color is #fdef99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef99

Related Colors


Comments

No comments written yet.

Please login to write comment.