Color Hex Logo

#fde23a Color Hex

#FDE23A
(253,226,58)
0 Favorites   0 Comments

Color spaces of #fde23a

RGB 25322658
HSL0.140.980.61
HSV52°77°99°
CMYK 0.000.110.77   0.01
XYZ68.468175.580814.9829
Yxy75.58080.43050.4753
Hunter Lab86.9372-11.561050.6379
CIE-Lab89.6643-7.234578.9255

#fde23a color RGB value is (253,226,58).

#fde23a hex color red value is 253, green value is 226 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fde23a hue: 0.14 , saturation: 0.98 and the lightness value of fde23a is 0.61.

The process color (four color CMYK) of #fde23a color hex is 0.00, 0.11, 0.77, 0.01. Web safe color of #fde23a is #ffcc33. Color #fde23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 00111010
Octal 375 342 72
Decimal 253 226 58
Hex FD E2 3A

RGB Percentages of Color #fde23a

%47.11
%42.09
%10.80

CMYK Percentages of Color #fde23a

%0
%11
%77
%1

Triadic Colors of #fde23a

#fde23a #3afde2 #e23afd

Analogous Colors of #fde23a

#fde23a #b7fd3a #fd813a

Monochromatic Colors of #fde23a

#fde23a

Complementary Color

#fde23a #3a55fd

#fde23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde23a Color CSS Codes

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

#fde23a Text Font Color

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

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


#fde23a Background Color

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

This div background color is #fde23a


#fde23a Border Color

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

This div border color is #fde23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde23a


Comments

No comments written yet.

Please login to write comment.