Color Hex Logo

#f9dd11 Color Hex

#F9DD11
(249,221,17)
0 Favorites   0 Comments

Color spaces of #f9dd11

RGB 24922117
HSL0.150.950.52
HSV53°93°98°
CMYK 0.000.110.93   0.02
XYZ65.024671.893110.9799
Yxy71.89310.43970.4861
Hunter Lab84.7898-11.492051.6751
CIE-Lab87.9171-7.347086.0761

#f9dd11 color RGB value is (249,221,17).

#f9dd11 hex color red value is 249, green value is 221 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f9dd11 hue: 0.15 , saturation: 0.95 and the lightness value of f9dd11 is 0.52.

The process color (four color CMYK) of #f9dd11 color hex is 0.00, 0.11, 0.93, 0.02. Web safe color of #f9dd11 is #ffcc00. Color #f9dd11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011101 00010001
Octal 371 335 21
Decimal 249 221 17
Hex F9 DD 11

RGB Percentages of Color #f9dd11

%51.13
%45.38
%3.49

CMYK Percentages of Color #f9dd11

%0
%11
%93
%2

Triadic Colors of #f9dd11

#f9dd11 #11f9dd #dd11f9

Analogous Colors of #f9dd11

#f9dd11 #a1f911 #f96911

Monochromatic Colors of #f9dd11

#f9dd11

Complementary Color

#f9dd11 #112df9

#f9dd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dd11 Color CSS Codes

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

#f9dd11 Text Font Color

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

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


#f9dd11 Background Color

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

This div background color is #f9dd11


#f9dd11 Border Color

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

This div border color is #f9dd11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,221,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9dd11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9dd11;
  -webkit-box-shadow: 1px 1px 3px 2px #f9dd11;
  box-shadow:         1px 1px 3px 2px #f9dd11; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,221,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dd11


Comments

No comments written yet.

Please login to write comment.