Color Hex Logo

#fde730 Color Hex

#FDE730
(253,231,48)
0 Favorites   0 Comments

Color spaces of #fde730

RGB 25323148
HSL0.150.980.59
HSV54°81°99°
CMYK 0.000.090.81   0.01
XYZ69.617478.247914.2304
Yxy78.24790.42950.4827
Hunter Lab88.4578-14.319652.3824
CIE-Lab90.8929-10.036082.8021

#fde730 color RGB value is (253,231,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 00110000
Octal 375 347 60
Decimal 253 231 48
Hex FD E7 30

RGB Percentages of Color #fde730

%47.56
%43.42
%9.02

CMYK Percentages of Color #fde730

%0
%9
%81
%1

Triadic Colors of #fde730

#fde730 #30fde7 #e730fd

Analogous Colors of #fde730

#fde730 #adfd30 #fd8130

Monochromatic Colors of #fde730

#fde730

Complementary Color

#fde730 #3046fd

#fde730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde730 Color CSS Codes

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

#fde730 Text Font Color

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

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


#fde730 Background Color

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

This div background color is #fde730


#fde730 Border Color

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

This div border color is #fde730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde730


Comments

No comments written yet.

Please login to write comment.