Color Hex Logo

#fde99b Color Hex

#FDE99B
(253,233,155)
0 Favorites   0 Comments

Color spaces of #fde99b

RGB 253233155
HSL0.130.960.80
HSV48°39°99°
CMYK 0.000.080.39   0.01
XYZ75.563381.527042.7640
Yxy81.52700.37810.4079
Hunter Lab90.2923-8.629535.1238
CIE-Lab92.3657-3.901740.3717

#fde99b color RGB value is (253,233,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10011011
Octal 375 351 233
Decimal 253 233 155
Hex FD E9 9B

RGB Percentages of Color #fde99b

%39.47
%36.35
%24.18

CMYK Percentages of Color #fde99b

%0
%8
%39
%1

Triadic Colors of #fde99b

#fde99b #9bfde9 #e99bfd

Analogous Colors of #fde99b

#fde99b #e0fd9b #fdb89b

Monochromatic Colors of #fde99b

#fde99b

Complementary Color

#fde99b #9baffd

#fde99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde99b Color CSS Codes

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

#fde99b Text Font Color

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

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


#fde99b Background Color

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

This div background color is #fde99b


#fde99b Border Color

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

This div border color is #fde99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde99b

Related Colors


Comments

No comments written yet.

Please login to write comment.