Color Hex Logo

#fde52c Color Hex

#FDE52C
(253,229,44)
0 Favorites   0 Comments

Color spaces of #fde52c

RGB 25322944
HSL0.150.980.58
HSV53°83°99°
CMYK 0.000.090.83   0.01
XYZ68.981977.103113.6295
Yxy77.10310.43190.4828
Hunter Lab87.8084-13.435852.2629
CIE-Lab90.3690-9.153683.3481

#fde52c color RGB value is (253,229,44).

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

The process color (four color CMYK) of #fde52c color hex is 0.00, 0.09, 0.83, 0.01. Web safe color of #fde52c is #ffcc33. Color #fde52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00101100
Octal 375 345 54
Decimal 253 229 44
Hex FD E5 2C

RGB Percentages of Color #fde52c

%48.10
%43.54
%8.37

CMYK Percentages of Color #fde52c

%0
%9
%83
%1

Triadic Colors of #fde52c

#fde52c #2cfde5 #e52cfd

Analogous Colors of #fde52c

#fde52c #adfd2c #fd7d2c

Monochromatic Colors of #fde52c

#fde52c

Complementary Color

#fde52c #2c44fd

#fde52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde52c Color CSS Codes

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

#fde52c Text Font Color

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

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


#fde52c Background Color

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

This div background color is #fde52c


#fde52c Border Color

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

This div border color is #fde52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde52c

Related Colors


Comments

No comments written yet.

Please login to write comment.