color codes Logo

#feeb5e color codes

#FEEB5E
(254,235,94)
0 Favorites   0 Comments

Color spaces of #feeb5e

RGB 25423594
HSL0.150.990.68
HSV53°63°100°
CMYK 0.000.070.63   0.00
XYZ72.601881.295622.4548
Yxy81.29560.41170.4610
Hunter Lab90.1641-14.055648.3490
CIE-Lab92.2631-9.591468.4980

#feeb5e color RGB value is (254,235,94).

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

The process color (four color CMYK) of #feeb5e color code is 0.00, 0.07, 0.63, 0.00. Web safe color of #feeb5e is #ffff66. Color #feeb5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 01011110
Octal 376 353 136
Decimal 254 235 94
Hex FE EB 5E

RGB Percentages of Color #feeb5e

%43.57
%40.31
%16.12

CMYK Percentages of Color #feeb5e

%0
%7
%63
%0

Triadic Colors of #feeb5e

#feeb5e #5efeeb #eb5efe

Analogous Colors of #feeb5e

#feeb5e #c1fe5e #fe9b5e

Monochromatic Colors of #feeb5e

#feeb5e

Complementary Color

#feeb5e #5e71fe

#feeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb5e Color CSS Codes

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

#feeb5e Text Font Color

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

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


#feeb5e Background Color

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

This div background color is #feeb5e


#feeb5e Border Color

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

This div border color is #feeb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb5e

#feeb5e Color Palettes


Comments

No comments written yet.

Please login to write comment.