Color Hex Logo

#fdd629 Color Hex

#FDD629
(253,214,41)
0 Favorites   0 Comments

Color spaces of #fdd629

RGB 25321441
HSL0.140.980.58
HSV49°84°99°
CMYK 0.000.150.84   0.01
XYZ64.954869.135912.0189
Yxy69.13590.44460.4732
Hunter Lab83.1480-6.065749.6333
CIE-Lab86.5713-1.703880.9074

#fdd629 color RGB value is (253,214,41).

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

The process color (four color CMYK) of #fdd629 color hex is 0.00, 0.15, 0.84, 0.01. Web safe color of #fdd629 is #ffcc33. Color #fdd629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 00101001
Octal 375 326 51
Decimal 253 214 41
Hex FD D6 29

RGB Percentages of Color #fdd629

%49.80
%42.13
%8.07

CMYK Percentages of Color #fdd629

%0
%15
%84
%1

Triadic Colors of #fdd629

#fdd629 #29fdd6 #d629fd

Analogous Colors of #fdd629

#fdd629 #bafd29 #fd6c29

Monochromatic Colors of #fdd629

#fdd629

Complementary Color

#fdd629 #2950fd

#fdd629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd629 Color CSS Codes

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

#fdd629 Text Font Color

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

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


#fdd629 Background Color

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

This div background color is #fdd629


#fdd629 Border Color

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

This div border color is #fdd629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd629


Comments

No comments written yet.

Please login to write comment.