Color Hex Logo

#fddf09 Color Hex

#FDDF09
(253,223,9)
0 Favorites   0 Comments

Color spaces of #fddf09

RGB 2532239
HSL0.150.980.51
HSV53°96°99°
CMYK 0.000.120.96   0.01
XYZ66.945073.677710.9513
Yxy73.67770.44170.4861
Hunter Lab85.8357-10.996852.5205
CIE-Lab88.7699-6.727887.6273

#fddf09 color RGB value is (253,223,9).

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

The process color (four color CMYK) of #fddf09 color hex is 0.00, 0.12, 0.96, 0.01. Web safe color of #fddf09 is #ffcc00. Color #fddf09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 00001001
Octal 375 337 11
Decimal 253 223 9
Hex FD DF 9

RGB Percentages of Color #fddf09

%52.16
%45.98
%1.86

CMYK Percentages of Color #fddf09

%0
%12
%96
%1

Triadic Colors of #fddf09

#fddf09 #09fddf #df09fd

Analogous Colors of #fddf09

#fddf09 #a1fd09 #fd6509

Monochromatic Colors of #fddf09

#fddf09

Complementary Color

#fddf09 #0927fd

#fddf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddf09 Color CSS Codes

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

#fddf09 Text Font Color

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

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


#fddf09 Background Color

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

This div background color is #fddf09


#fddf09 Border Color

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

This div border color is #fddf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddf09


Comments

No comments written yet.

Please login to write comment.