Color Hex Logo

#fee283 Color Hex

#FEE283
(254,226,131)
0 Favorites   0 Comments

Color spaces of #fee283

RGB 254226131
HSL0.130.980.75
HSV46°48°100°
CMYK 0.000.110.48   0.00
XYZ72.166177.102232.5514
Yxy77.10220.39690.4241
Hunter Lab87.8079-6.961139.4860
CIE-Lab90.3686-2.341949.6629

#fee283 color RGB value is (254,226,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 10000011
Octal 376 342 203
Decimal 254 226 131
Hex FE E2 83

RGB Percentages of Color #fee283

%41.57
%36.99
%21.44

CMYK Percentages of Color #fee283

%0
%11
%48
%0

Triadic Colors of #fee283

#fee283 #83fee2 #e283fe

Analogous Colors of #fee283

#fee283 #ddfe83 #fea583

Monochromatic Colors of #fee283

#fee283

Complementary Color

#fee283 #839ffe

#fee283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee283 Color CSS Codes

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

#fee283 Text Font Color

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

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


#fee283 Background Color

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

This div background color is #fee283


#fee283 Border Color

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

This div border color is #fee283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee283

Related Colors

#fee283 Color Palettes


Comments

No comments written yet.

Please login to write comment.