Color Hex Logo

#fde33c Color Hex

#FDE33C
(253,227,60)
0 Favorites   0 Comments

Color spaces of #fde33c

RGB 25322760
HSL0.140.980.61
HSV52°76°99°
CMYK 0.000.100.76   0.01
XYZ68.792776.147115.3471
Yxy76.14710.42920.4751
Hunter Lab87.2623-11.989750.6561
CIE-Lab89.9276-7.662078.5494

#fde33c color RGB value is (253,227,60).

#fde33c hex color red value is 253, green value is 227 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fde33c hue: 0.14 , saturation: 0.98 and the lightness value of fde33c is 0.61.

The process color (four color CMYK) of #fde33c color hex is 0.00, 0.10, 0.76, 0.01. Web safe color of #fde33c is #ffcc33. Color #fde33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 00111100
Octal 375 343 74
Decimal 253 227 60
Hex FD E3 3C

RGB Percentages of Color #fde33c

%46.85
%42.04
%11.11

CMYK Percentages of Color #fde33c

%0
%10
%76
%1

Triadic Colors of #fde33c

#fde33c #3cfde3 #e33cfd

Analogous Colors of #fde33c

#fde33c #b7fd3c #fd833c

Monochromatic Colors of #fde33c

#fde33c

Complementary Color

#fde33c #3c56fd

#fde33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde33c Color CSS Codes

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

#fde33c Text Font Color

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

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


#fde33c Background Color

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

This div background color is #fde33c


#fde33c Border Color

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

This div border color is #fde33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde33c


Comments

No comments written yet.

Please login to write comment.