Color Hex Logo

#fdeb80 Color Hex

#FDEB80
(253,235,128)
0 Favorites   0 Comments

Color spaces of #fdeb80

RGB 253235128
HSL0.140.970.75
HSV51°49°99°
CMYK 0.000.070.49   0.01
XYZ74.112681.857832.3161
Yxy81.85780.39360.4348
Hunter Lab90.4753-12.114042.1554
CIE-Lab92.5121-7.516053.6814

#fdeb80 color RGB value is (253,235,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10000000
Octal 375 353 200
Decimal 253 235 128
Hex FD EB 80

RGB Percentages of Color #fdeb80

%41.07
%38.15
%20.78

CMYK Percentages of Color #fdeb80

%0
%7
%49
%1

Triadic Colors of #fdeb80

#fdeb80 #80fdeb #eb80fd

Analogous Colors of #fdeb80

#fdeb80 #d1fd80 #fdad80

Monochromatic Colors of #fdeb80

#fdeb80

Complementary Color

#fdeb80 #8092fd

#fdeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb80 Color CSS Codes

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

#fdeb80 Text Font Color

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

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


#fdeb80 Background Color

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

This div background color is #fdeb80


#fdeb80 Border Color

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

This div border color is #fdeb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb80


Comments

No comments written yet.

Please login to write comment.