Color Hex Logo

#fdd32b Color Hex

#FDD32B
(253,211,43)
1 Favorites   0 Comments

Color spaces of #fdd32b

RGB 25321143
HSL0.130.980.58
HSV48°83°99°
CMYK 0.000.170.83   0.01
XYZ64.238367.645611.9567
Yxy67.64560.44660.4703
Hunter Lab82.2469-4.516248.9535
CIE-Lab85.8289-0.129379.7932

#fdd32b color RGB value is (253,211,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00101011
Octal 375 323 53
Decimal 253 211 43
Hex FD D3 2B

RGB Percentages of Color #fdd32b

%49.90
%41.62
%8.48

CMYK Percentages of Color #fdd32b

%0
%17
%83
%1

Triadic Colors of #fdd32b

#fdd32b #2bfdd3 #d32bfd

Analogous Colors of #fdd32b

#fdd32b #befd2b #fd6a2b

Monochromatic Colors of #fdd32b

#fdd32b

Complementary Color

#fdd32b #2b55fd

#fdd32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd32b Color CSS Codes

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

#fdd32b Text Font Color

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

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


#fdd32b Background Color

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

This div background color is #fdd32b


#fdd32b Border Color

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

This div border color is #fdd32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd32b


Comments

No comments written yet.

Please login to write comment.