Color Hex Logo

#fde402 Color Hex

#FDE402
(253,228,2)
0 Favorites   0 Comments

Color spaces of #fde402

RGB 2532282
HSL0.150.980.50
HSV54°99°99°
CMYK 0.000.100.99   0.01
XYZ68.262476.373811.2012
Yxy76.37380.43800.4901
Hunter Lab87.3921-13.509053.5752
CIE-Lab90.0326-9.271289.1022

#fde402 color RGB value is (253,228,2).

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

The process color (four color CMYK) of #fde402 color hex is 0.00, 0.10, 0.99, 0.01. Web safe color of #fde402 is #ffcc00. Color #fde402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 00000010
Octal 375 344 2
Decimal 253 228 2
Hex FD E4 2

RGB Percentages of Color #fde402

%52.38
%47.20
%0.41

CMYK Percentages of Color #fde402

%0
%10
%99
%1

Triadic Colors of #fde402

#fde402 #02fde4 #e402fd

Analogous Colors of #fde402

#fde402 #99fd02 #fd6702

Monochromatic Colors of #fde402

#fde402

Complementary Color

#fde402 #021bfd

#fde402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde402 Color CSS Codes

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

#fde402 Text Font Color

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

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


#fde402 Background Color

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

This div background color is #fde402


#fde402 Border Color

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

This div border color is #fde402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde402

Related Colors


Comments

No comments written yet.

Please login to write comment.