Color Hex Logo

#fdfa25 Color Hex

#FDFA25
(253,250,37)
0 Favorites   0 Comments

Color spaces of #fdfa25

RGB 25325037
HSL0.160.980.57
HSV59°85°99°
CMYK 0.000.010.85   0.01
XYZ75.027589.387415.0494
Yxy89.38740.41810.4981
Hunter Lab94.5449-23.802356.7438
CIE-Lab95.7421-19.552589.2518

#fdfa25 color RGB value is (253,250,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 00100101
Octal 375 372 45
Decimal 253 250 37
Hex FD FA 25

RGB Percentages of Color #fdfa25

%46.85
%46.30
%6.85

CMYK Percentages of Color #fdfa25

%0
%1
%85
%1

Triadic Colors of #fdfa25

#fdfa25 #25fdfa #fa25fd

Analogous Colors of #fdfa25

#fdfa25 #94fd25 #fd8e25

Monochromatic Colors of #fdfa25

#fdfa25

Complementary Color

#fdfa25 #2528fd

#fdfa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfa25 Color CSS Codes

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

#fdfa25 Text Font Color

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

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


#fdfa25 Background Color

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

This div background color is #fdfa25


#fdfa25 Border Color

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

This div border color is #fdfa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfa25


Comments

No comments written yet.

Please login to write comment.