Color Hex Logo

#fdce84 Color Hex

#FDCE84
(253,206,132)
0 Favorites   0 Comments

Color spaces of #fdce84

RGB 253206132
HSL0.100.970.75
HSV37°48°99°
CMYK 0.000.190.48   0.01
XYZ66.744266.691231.1847
Yxy66.69120.40540.4051
Hunter Lab81.66472.974134.5246
CIE-Lab85.34787.577742.9046

#fdce84 color RGB value is (253,206,132).

#fdce84 hex color red value is 253, green value is 206 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fdce84 hue: 0.10 , saturation: 0.97 and the lightness value of fdce84 is 0.75.

The process color (four color CMYK) of #fdce84 color hex is 0.00, 0.19, 0.48, 0.01. Web safe color of #fdce84 is #ffcc99. Color #fdce84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10000100
Octal 375 316 204
Decimal 253 206 132
Hex FD CE 84

RGB Percentages of Color #fdce84

%42.81
%34.86
%22.34

CMYK Percentages of Color #fdce84

%0
%19
%48
%1

Triadic Colors of #fdce84

#fdce84 #84fdce #ce84fd

Analogous Colors of #fdce84

#fdce84 #f0fd84 #fd9284

Monochromatic Colors of #fdce84

#fdce84

Complementary Color

#fdce84 #84b3fd

#fdce84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce84 Color CSS Codes

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

#fdce84 Text Font Color

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

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


#fdce84 Background Color

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

This div background color is #fdce84


#fdce84 Border Color

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

This div border color is #fdce84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce84


Comments

No comments written yet.

Please login to write comment.