Color Hex Logo

#fdec85 Color Hex

#FDEC85
(253,236,133)
0 Favorites   0 Comments

Color spaces of #fdec85

RGB 253236133
HSL0.140.970.76
HSV52°47°99°
CMYK 0.000.070.47   0.01
XYZ74.737182.567034.1883
Yxy82.56700.39030.4312
Hunter Lab90.8664-12.200941.2987
CIE-Lab92.8245-7.573951.6921

#fdec85 color RGB value is (253,236,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 10000101
Octal 375 354 205
Decimal 253 236 133
Hex FD EC 85

RGB Percentages of Color #fdec85

%40.68
%37.94
%21.38

CMYK Percentages of Color #fdec85

%0
%7
%47
%1

Triadic Colors of #fdec85

#fdec85 #85fdec #ec85fd

Analogous Colors of #fdec85

#fdec85 #d2fd85 #fdb085

Monochromatic Colors of #fdec85

#fdec85

Complementary Color

#fdec85 #8596fd

#fdec85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec85 Color CSS Codes

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

#fdec85 Text Font Color

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

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


#fdec85 Background Color

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

This div background color is #fdec85


#fdec85 Border Color

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

This div border color is #fdec85


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,236,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 #fdec85">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec85

Related Colors

#fdec85 Color Palettes


Comments

No comments written yet.

Please login to write comment.