Color Hex Logo

#fdeb7e Color Hex

#FDEB7E
(253,235,126)
1 Favorites   0 Comments

Color spaces of #fdeb7e

RGB 253235126
HSL0.140.970.74
HSV51°50°99°
CMYK 0.000.070.50   0.01
XYZ73.982281.805731.6295
Yxy81.80570.39470.4365
Hunter Lab90.4465-12.274442.5786
CIE-Lab92.4890-7.686854.5933

#fdeb7e color RGB value is (253,235,126).

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

The process color (four color CMYK) of #fdeb7e color hex is 0.00, 0.07, 0.50, 0.01. Web safe color of #fdeb7e is #ffff66. Color #fdeb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01111110
Octal 375 353 176
Decimal 253 235 126
Hex FD EB 7E

RGB Percentages of Color #fdeb7e

%41.21
%38.27
%20.52

CMYK Percentages of Color #fdeb7e

%0
%7
%50
%1

Triadic Colors of #fdeb7e

#fdeb7e #7efdeb #eb7efd

Analogous Colors of #fdeb7e

#fdeb7e #d0fd7e #fdac7e

Monochromatic Colors of #fdeb7e

#fdeb7e

Complementary Color

#fdeb7e #7e90fd

#fdeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb7e Color CSS Codes

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

#fdeb7e Text Font Color

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

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


#fdeb7e Background Color

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

This div background color is #fdeb7e


#fdeb7e Border Color

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

This div border color is #fdeb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb7e

#fdeb7e Color Palettes


Comments

No comments written yet.

Please login to write comment.