Color Hex Logo

#fee259 Color Hex

#FEE259
(254,226,89)
0 Favorites   0 Comments

Color spaces of #fee259

RGB 25422689
HSL0.140.990.67
HSV50°65°100°
CMYK 0.000.110.65   0.00
XYZ69.872676.184820.4737
Yxy76.18480.41960.4575
Hunter Lab87.2839-9.853847.1914
CIE-Lab89.9451-5.400568.0839

#fee259 color RGB value is (254,226,89).

#fee259 hex color red value is 254, green value is 226 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fee259 hue: 0.14 , saturation: 0.99 and the lightness value of fee259 is 0.67.

The process color (four color CMYK) of #fee259 color hex is 0.00, 0.11, 0.65, 0.00. Web safe color of #fee259 is #ffcc66. Color #fee259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01011001
Octal 376 342 131
Decimal 254 226 89
Hex FE E2 59

RGB Percentages of Color #fee259

%44.64
%39.72
%15.64

CMYK Percentages of Color #fee259

%0
%11
%65
%0

Triadic Colors of #fee259

#fee259 #59fee2 #e259fe

Analogous Colors of #fee259

#fee259 #c8fe59 #fe9059

Monochromatic Colors of #fee259

#fee259

Complementary Color

#fee259 #5975fe

#fee259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee259 Color CSS Codes

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

#fee259 Text Font Color

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

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


#fee259 Background Color

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

This div background color is #fee259


#fee259 Border Color

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

This div border color is #fee259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee259


Comments

No comments written yet.

Please login to write comment.