Color Hex Logo

#fde33a Color Hex

#FDE33A
(253,227,58)
0 Favorites   0 Comments

Color spaces of #fde33a

RGB 25322758
HSL0.140.980.61
HSV52°77°99°
CMYK 0.000.100.77   0.01
XYZ68.740876.126315.0738
Yxy76.12630.42980.4760
Hunter Lab87.2504-12.055850.8320
CIE-Lab89.9179-7.733479.1544

#fde33a color RGB value is (253,227,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 00111010
Octal 375 343 72
Decimal 253 227 58
Hex FD E3 3A

RGB Percentages of Color #fde33a

%47.03
%42.19
%10.78

CMYK Percentages of Color #fde33a

%0
%10
%77
%1

Triadic Colors of #fde33a

#fde33a #3afde3 #e33afd

Analogous Colors of #fde33a

#fde33a #b6fd3a #fd823a

Monochromatic Colors of #fde33a

#fde33a

Complementary Color

#fde33a #3a54fd

#fde33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde33a Color CSS Codes

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

#fde33a Text Font Color

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

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


#fde33a Background Color

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

This div background color is #fde33a


#fde33a Border Color

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

This div border color is #fde33a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,227,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 #fde33a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde33a


Comments

No comments written yet.

Please login to write comment.