Color Hex Logo

#fdf630 Color Hex

#FDF630
(253,246,48)
0 Favorites   0 Comments

Color spaces of #fdf630

RGB 25324648
HSL0.160.980.59
HSV58°81°99°
CMYK 0.000.030.81   0.01
XYZ73.997387.007615.6904
Yxy87.00760.41880.4924
Hunter Lab93.2779-21.632355.3213
CIE-Lab94.7415-17.364486.0789

#fdf630 color RGB value is (253,246,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 00110000
Octal 375 366 60
Decimal 253 246 48
Hex FD F6 30

RGB Percentages of Color #fdf630

%46.25
%44.97
%8.78

CMYK Percentages of Color #fdf630

%0
%3
%81
%1

Triadic Colors of #fdf630

#fdf630 #30fdf6 #f630fd

Analogous Colors of #fdf630

#fdf630 #9efd30 #fd9030

Monochromatic Colors of #fdf630

#fdf630

Complementary Color

#fdf630 #3037fd

#fdf630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf630 Color CSS Codes

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

#fdf630 Text Font Color

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

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


#fdf630 Background Color

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

This div background color is #fdf630


#fdf630 Border Color

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

This div border color is #fdf630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf630

Related Colors


Comments

No comments written yet.

Please login to write comment.