Color Hex Logo

#fddd41 Color Hex

#FDDD41
(253,221,65)
0 Favorites   0 Comments

Color spaces of #fddd41

RGB 25322165
HSL0.140.980.62
HSV50°74°99°
CMYK 0.000.130.74   0.01
XYZ67.318672.977215.5390
Yxy72.97720.43200.4683
Hunter Lab85.4267-8.833849.0139
CIE-Lab88.4368-4.466175.5471

#fddd41 color RGB value is (253,221,65).

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

The process color (four color CMYK) of #fddd41 color hex is 0.00, 0.13, 0.74, 0.01. Web safe color of #fddd41 is #ffcc33. Color #fddd41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01000001
Octal 375 335 101
Decimal 253 221 65
Hex FD DD 41

RGB Percentages of Color #fddd41

%46.94
%41.00
%12.06

CMYK Percentages of Color #fddd41

%0
%13
%74
%1

Triadic Colors of #fddd41

#fddd41 #41fddd #dd41fd

Analogous Colors of #fddd41

#fddd41 #bffd41 #fd7f41

Monochromatic Colors of #fddd41

#fddd41

Complementary Color

#fddd41 #4161fd

#fddd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd41 Color CSS Codes

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

#fddd41 Text Font Color

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

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


#fddd41 Background Color

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

This div background color is #fddd41


#fddd41 Border Color

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

This div border color is #fddd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd41


Comments

No comments written yet.

Please login to write comment.