Color Hex Logo

#feee6f Color Hex

#FEEE6F
(254,238,111)
0 Favorites   0 Comments

Color spaces of #feee6f

RGB 254238111
HSL0.150.990.72
HSV53°56°100°
CMYK 0.000.060.56   0.00
XYZ74.316883.367627.2136
Yxy83.36760.40190.4509
Hunter Lab91.3059-14.498346.2428
CIE-Lab93.1751-9.951862.2519

#feee6f color RGB value is (254,238,111).

#feee6f hex color red value is 254, green value is 238 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #feee6f hue: 0.15 , saturation: 0.99 and the lightness value of feee6f is 0.72.

The process color (four color CMYK) of #feee6f color hex is 0.00, 0.06, 0.56, 0.00. Web safe color of #feee6f is #ffff66. Color #feee6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01101111
Octal 376 356 157
Decimal 254 238 111
Hex FE EE 6F

RGB Percentages of Color #feee6f

%42.12
%39.47
%18.41

CMYK Percentages of Color #feee6f

%0
%6
%56
%0

Triadic Colors of #feee6f

#feee6f #6ffeee #ee6ffe

Analogous Colors of #feee6f

#feee6f #c7fe6f #fea76f

Monochromatic Colors of #feee6f

#feee6f

Complementary Color

#feee6f #6f7ffe

#feee6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee6f Color CSS Codes

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

#feee6f Text Font Color

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

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


#feee6f Background Color

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

This div background color is #feee6f


#feee6f Border Color

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

This div border color is #feee6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee6f


Comments

No comments written yet.

Please login to write comment.