Color Hex Logo

#fdd332 Color Hex

#FDD332
(253,211,50)
0 Favorites   0 Comments

Color spaces of #fdd332

RGB 25321150
HSL0.130.980.59
HSV48°80°99°
CMYK 0.000.170.80   0.01
XYZ64.378067.701512.6922
Yxy67.70150.44470.4676
Hunter Lab82.2809-4.330248.4509
CIE-Lab85.85700.067777.9167

#fdd332 color RGB value is (253,211,50).

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

The process color (four color CMYK) of #fdd332 color hex is 0.00, 0.17, 0.80, 0.01. Web safe color of #fdd332 is #ffcc33. Color #fdd332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00110010
Octal 375 323 62
Decimal 253 211 50
Hex FD D3 32

RGB Percentages of Color #fdd332

%49.22
%41.05
%9.73

CMYK Percentages of Color #fdd332

%0
%17
%80
%1

Triadic Colors of #fdd332

#fdd332 #32fdd3 #d332fd

Analogous Colors of #fdd332

#fdd332 #c2fd32 #fd6e32

Monochromatic Colors of #fdd332

#fdd332

Complementary Color

#fdd332 #325cfd

#fdd332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd332 Color CSS Codes

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

#fdd332 Text Font Color

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

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


#fdd332 Background Color

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

This div background color is #fdd332


#fdd332 Border Color

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

This div border color is #fdd332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd332


Comments

No comments written yet.

Please login to write comment.