Color Hex Logo

#feee4b Color Hex

#FEEE4B
(254,238,75)
1 Favorites   0 Comments

Color spaces of #feee4b

RGB 25423875
HSL0.150.990.65
HSV55°70°100°
CMYK 0.000.060.70   0.00
XYZ72.717682.727918.7921
Yxy82.72790.41730.4748
Hunter Lab90.9549-16.461951.4186
CIE-Lab92.8952-12.073176.3974

#feee4b color RGB value is (254,238,75).

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

The process color (four color CMYK) of #feee4b color hex is 0.00, 0.06, 0.70, 0.00. Web safe color of #feee4b is #ffff33. Color #feee4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01001011
Octal 376 356 113
Decimal 254 238 75
Hex FE EE 4B

RGB Percentages of Color #feee4b

%44.80
%41.98
%13.23

CMYK Percentages of Color #feee4b

%0
%6
%70
%0

Triadic Colors of #feee4b

#feee4b #4bfeee #ee4bfe

Analogous Colors of #feee4b

#feee4b #b5fe4b #fe954b

Monochromatic Colors of #feee4b

#feee4b

Complementary Color

#feee4b #4b5bfe

#feee4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee4b Color CSS Codes

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

#feee4b Text Font Color

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

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


#feee4b Background Color

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

This div background color is #feee4b


#feee4b Border Color

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

This div border color is #feee4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee4b


Comments

No comments written yet.

Please login to write comment.