Color Hex Logo

#fde842 Color Hex

#FDE842
(253,232,66)
0 Favorites   0 Comments

Color spaces of #fde842

RGB 25323266
HSL0.150.980.63
HSV53°74°99°
CMYK 0.000.080.74   0.01
XYZ70.348078.989216.6930
Yxy78.98920.42370.4758
Hunter Lab88.8759-14.244551.0770
CIE-Lab91.2294-9.915377.8361

#fde842 color RGB value is (253,232,66).

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

The process color (four color CMYK) of #fde842 color hex is 0.00, 0.08, 0.74, 0.01. Web safe color of #fde842 is #ffff33. Color #fde842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01000010
Octal 375 350 102
Decimal 253 232 66
Hex FD E8 42

RGB Percentages of Color #fde842

%45.92
%42.11
%11.98

CMYK Percentages of Color #fde842

%0
%8
%74
%1

Triadic Colors of #fde842

#fde842 #42fde8 #e842fd

Analogous Colors of #fde842

#fde842 #b5fd42 #fd8b42

Monochromatic Colors of #fde842

#fde842

Complementary Color

#fde842 #4257fd

#fde842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde842 Color CSS Codes

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

#fde842 Text Font Color

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

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


#fde842 Background Color

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

This div background color is #fde842


#fde842 Border Color

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

This div border color is #fde842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde842

Related Colors


Comments

No comments written yet.

Please login to write comment.