Color Hex Logo

#fde342 Color Hex

#FDE342
(253,227,66)
0 Favorites   0 Comments

Color spaces of #fde342

RGB 25322766
HSL0.140.980.63
HSV52°74°99°
CMYK 0.000.100.74   0.01
XYZ68.960576.214216.2305
Yxy76.21420.42730.4722
Hunter Lab87.3007-11.775850.0876
CIE-Lab89.9587-7.431476.6431

#fde342 color RGB value is (253,227,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 01000010
Octal 375 343 102
Decimal 253 227 66
Hex FD E3 42

RGB Percentages of Color #fde342

%46.34
%41.58
%12.09

CMYK Percentages of Color #fde342

%0
%10
%74
%1

Triadic Colors of #fde342

#fde342 #42fde3 #e342fd

Analogous Colors of #fde342

#fde342 #bafd42 #fd8642

Monochromatic Colors of #fde342

#fde342

Complementary Color

#fde342 #425cfd

#fde342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde342 Color CSS Codes

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

#fde342 Text Font Color

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

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


#fde342 Background Color

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

This div background color is #fde342


#fde342 Border Color

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

This div border color is #fde342


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,227,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 #fde342">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde342


Comments

No comments written yet.

Please login to write comment.