Color Hex Logo

#fdee85 Color Hex

#FDEE85
(253,238,133)
0 Favorites   0 Comments

Color spaces of #fdee85

RGB 253238133
HSL0.150.970.76
HSV53°47°99°
CMYK 0.000.060.47   0.01
XYZ75.316283.725234.3813
Yxy83.72520.38940.4329
Hunter Lab91.5015-13.201641.7731
CIE-Lab93.3310-8.568152.3100

#fdee85 color RGB value is (253,238,133).

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

The process color (four color CMYK) of #fdee85 color hex is 0.00, 0.06, 0.47, 0.01. Web safe color of #fdee85 is #ffff99. Color #fdee85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 10000101
Octal 375 356 205
Decimal 253 238 133
Hex FD EE 85

RGB Percentages of Color #fdee85

%40.54
%38.14
%21.31

CMYK Percentages of Color #fdee85

%0
%6
%47
%1

Triadic Colors of #fdee85

#fdee85 #85fdee #ee85fd

Analogous Colors of #fdee85

#fdee85 #d0fd85 #fdb285

Monochromatic Colors of #fdee85

#fdee85

Complementary Color

#fdee85 #8594fd

#fdee85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee85 Color CSS Codes

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

#fdee85 Text Font Color

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

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


#fdee85 Background Color

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

This div background color is #fdee85


#fdee85 Border Color

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

This div border color is #fdee85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee85


Comments

No comments written yet.

Please login to write comment.