Color Hex Logo

#fde726 Color Hex

#FDE726
(253,231,38)
0 Favorites   0 Comments

Color spaces of #fde726

RGB 25323138
HSL0.150.980.57
HSV54°85°99°
CMYK 0.000.090.85   0.01
XYZ69.433878.174413.2633
Yxy78.17440.43160.4859
Hunter Lab88.4163-14.551552.9973
CIE-Lab90.8594-10.288385.0977

#fde726 color RGB value is (253,231,38).

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

The process color (four color CMYK) of #fde726 color hex is 0.00, 0.09, 0.85, 0.01. Web safe color of #fde726 is #ffff33. Color #fde726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 00100110
Octal 375 347 46
Decimal 253 231 38
Hex FD E7 26

RGB Percentages of Color #fde726

%48.47
%44.25
%7.28

CMYK Percentages of Color #fde726

%0
%9
%85
%1

Triadic Colors of #fde726

#fde726 #26fde7 #e726fd

Analogous Colors of #fde726

#fde726 #a8fd26 #fd7c26

Monochromatic Colors of #fde726

#fde726

Complementary Color

#fde726 #263cfd

#fde726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde726 Color CSS Codes

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

#fde726 Text Font Color

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

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


#fde726 Background Color

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

This div background color is #fde726


#fde726 Border Color

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

This div border color is #fde726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde726


Comments

No comments written yet.

Please login to write comment.