Color Hex Logo

#fdeb7d Color Hex

#FDEB7D
(253,235,125)
0 Favorites   0 Comments

Color spaces of #fdeb7d

RGB 253235125
HSL0.140.970.74
HSV52°51°99°
CMYK 0.000.070.51   0.01
XYZ73.918081.780031.2913
Yxy81.78000.39530.4374
Hunter Lab90.4323-12.353342.7871
CIE-Lab92.4777-7.770955.0475

#fdeb7d color RGB value is (253,235,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01111101
Octal 375 353 175
Decimal 253 235 125
Hex FD EB 7D

RGB Percentages of Color #fdeb7d

%41.27
%38.34
%20.39

CMYK Percentages of Color #fdeb7d

%0
%7
%51
%1

Triadic Colors of #fdeb7d

#fdeb7d #7dfdeb #eb7dfd

Analogous Colors of #fdeb7d

#fdeb7d #cffd7d #fdab7d

Monochromatic Colors of #fdeb7d

#fdeb7d

Complementary Color

#fdeb7d #7d8ffd

#fdeb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb7d Color CSS Codes

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

#fdeb7d Text Font Color

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

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


#fdeb7d Background Color

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

This div background color is #fdeb7d


#fdeb7d Border Color

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

This div border color is #fdeb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb7d


Comments

No comments written yet.

Please login to write comment.