Color Hex Logo

#fdeb82 Color Hex

#FDEB82
(253,235,130)
0 Favorites   0 Comments

Color spaces of #fdeb82

RGB 253235130
HSL0.140.970.75
HSV51°49°99°
CMYK 0.000.070.49   0.01
XYZ74.245681.911033.0163
Yxy81.91100.39250.4330
Hunter Lab90.5047-11.950641.7242
CIE-Lab92.5356-7.342252.7653

#fdeb82 color RGB value is (253,235,130).

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

The process color (four color CMYK) of #fdeb82 color hex is 0.00, 0.07, 0.49, 0.01. Web safe color of #fdeb82 is #ffff99. Color #fdeb82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10000010
Octal 375 353 202
Decimal 253 235 130
Hex FD EB 82

RGB Percentages of Color #fdeb82

%40.94
%38.03
%21.04

CMYK Percentages of Color #fdeb82

%0
%7
%49
%1

Triadic Colors of #fdeb82

#fdeb82 #82fdeb #eb82fd

Analogous Colors of #fdeb82

#fdeb82 #d2fd82 #fdae82

Monochromatic Colors of #fdeb82

#fdeb82

Complementary Color

#fdeb82 #8294fd

#fdeb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb82 Color CSS Codes

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

#fdeb82 Text Font Color

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

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


#fdeb82 Background Color

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

This div background color is #fdeb82


#fdeb82 Border Color

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

This div border color is #fdeb82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,235,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 #fdeb82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb82

Related Colors

#fdeb82 Color Palettes


Comments

No comments written yet.

Please login to write comment.