Color Hex Logo

#f9e286 Color Hex

#F9E286
(249,226,134)
0 Favorites   0 Comments

Color spaces of #f9e286

RGB 249226134
HSL0.130.910.75
HSV48°46°98°
CMYK 0.000.090.46   0.02
XYZ70.566476.253733.5534
Yxy76.25370.39120.4228
Hunter Lab87.3234-8.569238.3446
CIE-Lab89.9770-4.049447.6293

#f9e286 color RGB value is (249,226,134).

#f9e286 hex color red value is 249, green value is 226 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f9e286 hue: 0.13 , saturation: 0.91 and the lightness value of f9e286 is 0.75.

The process color (four color CMYK) of #f9e286 color hex is 0.00, 0.09, 0.46, 0.02. Web safe color of #f9e286 is #ffcc99. Color #f9e286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11100010 10000110
Octal 371 342 206
Decimal 249 226 134
Hex F9 E2 86

RGB Percentages of Color #f9e286

%40.89
%37.11
%22.00

CMYK Percentages of Color #f9e286

%0
%9
%46
%2

Triadic Colors of #f9e286

#f9e286 #86f9e2 #e286f9

Analogous Colors of #f9e286

#f9e286 #d7f986 #f9a986

Monochromatic Colors of #f9e286

#f9e286

Complementary Color

#f9e286 #869df9

#f9e286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9e286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9e286 Color CSS Codes

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

#f9e286 Text Font Color

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

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


#f9e286 Background Color

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

This div background color is #f9e286


#f9e286 Border Color

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

This div border color is #f9e286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9e286


Comments

No comments written yet.

Please login to write comment.