Color Hex Logo

#fdf526 Color Hex

#FDF526
(253,245,38)
0 Favorites   0 Comments

Color spaces of #fdf526

RGB 25324538
HSL0.160.980.57
HSV58°85°99°
CMYK 0.000.030.85   0.01
XYZ73.510386.327414.6222
Yxy86.32740.42140.4948
Hunter Lab92.9125-21.371855.7080
CIE-Lab94.4522-17.128688.0157

#fdf526 color RGB value is (253,245,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 00100110
Octal 375 365 46
Decimal 253 245 38
Hex FD F5 26

RGB Percentages of Color #fdf526

%47.20
%45.71
%7.09

CMYK Percentages of Color #fdf526

%0
%3
%85
%1

Triadic Colors of #fdf526

#fdf526 #26fdf5 #f526fd

Analogous Colors of #fdf526

#fdf526 #9afd26 #fd8a26

Monochromatic Colors of #fdf526

#fdf526

Complementary Color

#fdf526 #262efd

#fdf526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf526 Color CSS Codes

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

#fdf526 Text Font Color

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

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


#fdf526 Background Color

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

This div background color is #fdf526


#fdf526 Border Color

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

This div border color is #fdf526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf526


Comments

No comments written yet.

Please login to write comment.