Color Hex Logo

#fde103 Color Hex

#FDE103
(253,225,3)
0 Favorites   0 Comments

Color spaces of #fde103

RGB 2532253
HSL0.150.980.50
HSV53°99°99°
CMYK 0.000.110.99   0.01
XYZ67.449774.739610.9574
Yxy74.73960.44040.4880
Hunter Lab86.4521-12.025853.0017
CIE-Lab89.2709-7.771988.4738

#fde103 color RGB value is (253,225,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 00000011
Octal 375 341 3
Decimal 253 225 3
Hex FD E1 3

RGB Percentages of Color #fde103

%52.60
%46.78
%0.62

CMYK Percentages of Color #fde103

%0
%11
%99
%1

Triadic Colors of #fde103

#fde103 #03fde1 #e103fd

Analogous Colors of #fde103

#fde103 #9cfd03 #fd6403

Monochromatic Colors of #fde103

#fde103

Complementary Color

#fde103 #031ffd

#fde103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde103 Color CSS Codes

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

#fde103 Text Font Color

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

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


#fde103 Background Color

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

This div background color is #fde103


#fde103 Border Color

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

This div border color is #fde103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde103


Comments

No comments written yet.

Please login to write comment.