Color Hex Logo

#f9d582 Color Hex

#F9D582
(249,213,130)
0 Favorites   0 Comments

Color spaces of #f9d582

RGB 249213130
HSL0.120.910.74
HSV42°48°98°
CMYK 0.000.140.48   0.02
XYZ66.890469.339930.9775
Yxy69.33990.40000.4147
Hunter Lab83.2706-2.336336.2329
CIE-Lab86.67212.193645.4806

#f9d582 color RGB value is (249,213,130).

#f9d582 hex color red value is 249, green value is 213 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f9d582 hue: 0.12 , saturation: 0.91 and the lightness value of f9d582 is 0.74.

The process color (four color CMYK) of #f9d582 color hex is 0.00, 0.14, 0.48, 0.02. Web safe color of #f9d582 is #ffcc99. Color #f9d582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010101 10000010
Octal 371 325 202
Decimal 249 213 130
Hex F9 D5 82

RGB Percentages of Color #f9d582

%42.06
%35.98
%21.96

CMYK Percentages of Color #f9d582

%0
%14
%48
%2

Triadic Colors of #f9d582

#f9d582 #82f9d5 #d582f9

Analogous Colors of #f9d582

#f9d582 #e2f982 #f99a82

Monochromatic Colors of #f9d582

#f9d582

Complementary Color

#f9d582 #82a6f9

#f9d582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d582 Color CSS Codes

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

#f9d582 Text Font Color

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

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


#f9d582 Background Color

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

This div background color is #f9d582


#f9d582 Border Color

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

This div border color is #f9d582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d582

Related Colors


Comments

No comments written yet.

Please login to write comment.