Color Hex Logo

#fdd43a Color Hex

#FDD43A
(253,212,58)
0 Favorites   0 Comments

Color spaces of #fdd43a

RGB 25321258
HSL0.130.980.61
HSV47°77°99°
CMYK 0.000.160.77   0.01
XYZ64.815268.275113.7653
Yxy68.27510.44140.4649
Hunter Lab82.6287-4.582347.9629
CIE-Lab86.1438-0.177075.7320

#fdd43a color RGB value is (253,212,58).

#fdd43a hex color red value is 253, green value is 212 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fdd43a hue: 0.13 , saturation: 0.98 and the lightness value of fdd43a is 0.61.

The process color (four color CMYK) of #fdd43a color hex is 0.00, 0.16, 0.77, 0.01. Web safe color of #fdd43a is #ffcc33. Color #fdd43a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 00111010
Octal 375 324 72
Decimal 253 212 58
Hex FD D4 3A

RGB Percentages of Color #fdd43a

%48.37
%40.54
%11.09

CMYK Percentages of Color #fdd43a

%0
%16
%77
%1

Triadic Colors of #fdd43a

#fdd43a #3afdd4 #d43afd

Analogous Colors of #fdd43a

#fdd43a #c5fd3a #fd733a

Monochromatic Colors of #fdd43a

#fdd43a

Complementary Color

#fdd43a #3a63fd

#fdd43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd43a Color CSS Codes

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

#fdd43a Text Font Color

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

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


#fdd43a Background Color

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

This div background color is #fdd43a


#fdd43a Border Color

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

This div border color is #fdd43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd43a

#fdd43a Color Palettes


Comments

No comments written yet.

Please login to write comment.