Color Hex Logo

#fdd425 Color Hex

#FDD425
(253,212,37)
0 Favorites   0 Comments

Color spaces of #fdd425

RGB 25321237
HSL0.140.980.57
HSV49°85°99°
CMYK 0.000.160.85   0.01
XYZ64.385468.103211.5020
Yxy68.10320.44720.4730
Hunter Lab82.5247-5.153249.5036
CIE-Lab86.0580-0.782181.4180

#fdd425 color RGB value is (253,212,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 00100101
Octal 375 324 45
Decimal 253 212 37
Hex FD D4 25

RGB Percentages of Color #fdd425

%50.40
%42.23
%7.37

CMYK Percentages of Color #fdd425

%0
%16
%85
%1

Triadic Colors of #fdd425

#fdd425 #25fdd4 #d425fd

Analogous Colors of #fdd425

#fdd425 #bafd25 #fd6825

Monochromatic Colors of #fdd425

#fdd425

Complementary Color

#fdd425 #254efd

#fdd425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd425 Color CSS Codes

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

#fdd425 Text Font Color

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

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


#fdd425 Background Color

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

This div background color is #fdd425


#fdd425 Border Color

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

This div border color is #fdd425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd425

#fdd425 Color Palettes


Comments

No comments written yet.

Please login to write comment.