Color Hex Logo

#fde10b Color Hex

#FDE10B
(253,225,11)
0 Favorites   0 Comments

Color spaces of #fde10b

RGB 25322511
HSL0.150.980.52
HSV53°96°99°
CMYK 0.000.110.96   0.01
XYZ67.493674.757211.1889
Yxy74.75720.43990.4872
Hunter Lab86.4622-11.969452.8510
CIE-Lab89.2791-7.710887.8374

#fde10b color RGB value is (253,225,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 00001011
Octal 375 341 13
Decimal 253 225 11
Hex FD E1 B

RGB Percentages of Color #fde10b

%51.74
%46.01
%2.25

CMYK Percentages of Color #fde10b

%0
%11
%96
%1

Triadic Colors of #fde10b

#fde10b #0bfde1 #e10bfd

Analogous Colors of #fde10b

#fde10b #a0fd0b #fd680b

Monochromatic Colors of #fde10b

#fde10b

Complementary Color

#fde10b #0b27fd

#fde10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde10b Color CSS Codes

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

#fde10b Text Font Color

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

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


#fde10b Background Color

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

This div background color is #fde10b


#fde10b Border Color

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

This div border color is #fde10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde10b


Comments

No comments written yet.

Please login to write comment.