Color Hex Logo

#fdf52b Color Hex

#FDF52B
(253,245,43)
0 Favorites   0 Comments

Color spaces of #fdf52b

RGB 25324543
HSL0.160.980.58
HSV58°83°99°
CMYK 0.000.030.83   0.01
XYZ73.596586.361915.0761
Yxy86.36190.42050.4934
Hunter Lab92.9311-21.266955.4332
CIE-Lab94.4669-17.012686.9921

#fdf52b color RGB value is (253,245,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 00101011
Octal 375 365 53
Decimal 253 245 43
Hex FD F5 2B

RGB Percentages of Color #fdf52b

%46.77
%45.29
%7.95

CMYK Percentages of Color #fdf52b

%0
%3
%83
%1

Triadic Colors of #fdf52b

#fdf52b #2bfdf5 #f52bfd

Analogous Colors of #fdf52b

#fdf52b #9cfd2b #fd8c2b

Monochromatic Colors of #fdf52b

#fdf52b

Complementary Color

#fdf52b #2b33fd

#fdf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf52b Color CSS Codes

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

#fdf52b Text Font Color

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

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


#fdf52b Background Color

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

This div background color is #fdf52b


#fdf52b Border Color

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

This div border color is #fdf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf52b


Comments

No comments written yet.

Please login to write comment.