Color Hex Logo

#fde435 Color Hex

#FDE435
(253,228,53)
0 Favorites   0 Comments

Color spaces of #fde435

RGB 25322853
HSL0.150.980.60
HSV53°79°99°
CMYK 0.000.100.79   0.01
XYZ68.894076.626514.5274
Yxy76.62650.43050.4788
Hunter Lab87.5366-12.703951.4359
CIE-Lab90.1494-8.397980.8190

#fde435 color RGB value is (253,228,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 00110101
Octal 375 344 65
Decimal 253 228 53
Hex FD E4 35

RGB Percentages of Color #fde435

%47.38
%42.70
%9.93

CMYK Percentages of Color #fde435

%0
%10
%79
%1

Triadic Colors of #fde435

#fde435 #35fde4 #e435fd

Analogous Colors of #fde435

#fde435 #b2fd35 #fd8035

Monochromatic Colors of #fde435

#fde435

Complementary Color

#fde435 #354efd

#fde435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde435 Color CSS Codes

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

#fde435 Text Font Color

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

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


#fde435 Background Color

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

This div background color is #fde435


#fde435 Border Color

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

This div border color is #fde435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde435


Comments

No comments written yet.

Please login to write comment.