Color Hex Logo

#fddf32 Color Hex

#FDDF32
(253,223,50)
0 Favorites   0 Comments

Color spaces of #fddf32

RGB 25322350
HSL0.140.980.59
HSV51°80°99°
CMYK 0.000.120.80   0.01
XYZ67.471473.888313.7234
Yxy73.88830.43510.4764
Hunter Lab85.9583-10.316750.7051
CIE-Lab88.8697-5.994780.5337

#fddf32 color RGB value is (253,223,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 00110010
Octal 375 337 62
Decimal 253 223 50
Hex FD DF 32

RGB Percentages of Color #fddf32

%48.10
%42.40
%9.51

CMYK Percentages of Color #fddf32

%0
%12
%80
%1

Triadic Colors of #fddf32

#fddf32 #32fddf #df32fd

Analogous Colors of #fddf32

#fddf32 #b6fd32 #fd7a32

Monochromatic Colors of #fddf32

#fddf32

Complementary Color

#fddf32 #3250fd

#fddf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddf32 Color CSS Codes

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

#fddf32 Text Font Color

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

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


#fddf32 Background Color

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

This div background color is #fddf32


#fddf32 Border Color

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

This div border color is #fddf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddf32


Comments

No comments written yet.

Please login to write comment.