Color Hex Logo

#fdee5d Color Hex

#FDEE5D
(253,238,93)
1 Favorites   0 Comments

Color spaces of #fdee5d

RGB 25323893
HSL0.150.980.68
HSV54°63°99°
CMYK 0.000.060.63   0.01
XYZ73.058382.822022.4916
Yxy82.82200.40960.4643
Hunter Lab91.0066-15.965349.0515
CIE-Lab92.9365-11.537969.5944

#fdee5d color RGB value is (253,238,93).

#fdee5d hex color red value is 253, green value is 238 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fdee5d hue: 0.15 , saturation: 0.98 and the lightness value of fdee5d is 0.68.

The process color (four color CMYK) of #fdee5d color hex is 0.00, 0.06, 0.63, 0.01. Web safe color of #fdee5d is #ffff66. Color #fdee5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01011101
Octal 375 356 135
Decimal 253 238 93
Hex FD EE 5D

RGB Percentages of Color #fdee5d

%43.32
%40.75
%15.92

CMYK Percentages of Color #fdee5d

%0
%6
%63
%1

Triadic Colors of #fdee5d

#fdee5d #5dfdee #ee5dfd

Analogous Colors of #fdee5d

#fdee5d #bcfd5d #fd9e5d

Monochromatic Colors of #fdee5d

#fdee5d

Complementary Color

#fdee5d #5d6cfd

#fdee5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee5d Color CSS Codes

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

#fdee5d Text Font Color

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

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


#fdee5d Background Color

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

This div background color is #fdee5d


#fdee5d Border Color

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

This div border color is #fdee5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee5d

Related Colors


Comments

No comments written yet.

Please login to write comment.