Color Hex Logo

#fded30 Color Hex

#FDED30
(253,237,48)
0 Favorites   0 Comments

Color spaces of #fded30

RGB 25323748
HSL0.150.980.59
HSV55°81°99°
CMYK 0.000.060.81   0.01
XYZ71.325781.664414.7998
Yxy81.66440.42510.4867
Hunter Lab90.3684-17.258653.5478
CIE-Lab92.4265-12.989784.1102

#fded30 color RGB value is (253,237,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 00110000
Octal 375 355 60
Decimal 253 237 48
Hex FD ED 30

RGB Percentages of Color #fded30

%47.03
%44.05
%8.92

CMYK Percentages of Color #fded30

%0
%6
%81
%1

Triadic Colors of #fded30

#fded30 #30fded #ed30fd

Analogous Colors of #fded30

#fded30 #a7fd30 #fd8730

Monochromatic Colors of #fded30

#fded30

Complementary Color

#fded30 #3040fd

#fded30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fded30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fded30 Color CSS Codes

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

#fded30 Text Font Color

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

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


#fded30 Background Color

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

This div background color is #fded30


#fded30 Border Color

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

This div border color is #fded30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fded30

Related Colors


Comments

No comments written yet.

Please login to write comment.