Color Hex Logo

#fde708 Color Hex

#FDE708
(253,231,8)
0 Favorites   0 Comments

Color spaces of #fde708

RGB 2532318
HSL0.150.980.51
HSV55°97°99°
CMYK 0.000.090.97   0.01
XYZ69.127878.052011.6519
Yxy78.05200.43520.4914
Hunter Lab88.3470-14.938754.0233
CIE-Lab90.8036-10.710389.1911

#fde708 color RGB value is (253,231,8).

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

The process color (four color CMYK) of #fde708 color hex is 0.00, 0.09, 0.97, 0.01. Web safe color of #fde708 is #ffff00. Color #fde708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 00001000
Octal 375 347 10
Decimal 253 231 8
Hex FD E7 8

RGB Percentages of Color #fde708

%51.42
%46.95
%1.63

CMYK Percentages of Color #fde708

%0
%9
%97
%1

Triadic Colors of #fde708

#fde708 #08fde7 #e708fd

Analogous Colors of #fde708

#fde708 #99fd08 #fd6d08

Monochromatic Colors of #fde708

#fde708

Complementary Color

#fde708 #081efd

#fde708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde708 Color CSS Codes

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

#fde708 Text Font Color

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

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


#fde708 Background Color

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

This div background color is #fde708


#fde708 Border Color

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

This div border color is #fde708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde708


Comments

No comments written yet.

Please login to write comment.