Color Hex Logo

#fddf30 Color Hex

#FDDF30
(253,223,48)
0 Favorites   0 Comments

Color spaces of #fddf30

RGB 25322348
HSL0.140.980.59
HSV51°81°99°
CMYK 0.000.120.81   0.01
XYZ67.429273.871413.5010
Yxy73.87140.43560.4772
Hunter Lab85.9485-10.371150.8505
CIE-Lab88.8617-6.053381.0646

#fddf30 color RGB value is (253,223,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 00110000
Octal 375 337 60
Decimal 253 223 48
Hex FD DF 30

RGB Percentages of Color #fddf30

%48.28
%42.56
%9.16

CMYK Percentages of Color #fddf30

%0
%12
%81
%1

Triadic Colors of #fddf30

#fddf30 #30fddf #df30fd

Analogous Colors of #fddf30

#fddf30 #b5fd30 #fd7930

Monochromatic Colors of #fddf30

#fddf30

Complementary Color

#fddf30 #304efd

#fddf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddf30 Color CSS Codes

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

#fddf30 Text Font Color

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

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


#fddf30 Background Color

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

This div background color is #fddf30


#fddf30 Border Color

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

This div border color is #fddf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddf30


Comments

No comments written yet.

Please login to write comment.