Color Hex Logo

#ffeb5e Color Hex

#FFEB5E
(255,235,94)
0 Favorites   0 Comments

Color spaces of #ffeb5e

RGB 25523594
HSL0.151.000.68
HSV53°63°100°
CMYK 0.000.080.63   0.00
XYZ72.968781.484822.4720
Yxy81.48480.41240.4606
Hunter Lab90.2689-13.680548.4283
CIE-Lab92.3470-9.184568.6125

#ffeb5e color RGB value is (255,235,94).

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

The process color (four color CMYK) of #ffeb5e color hex is 0.00, 0.08, 0.63, 0.00. Web safe color of #ffeb5e is #ffff66. Color #ffeb5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 01011110
Octal 377 353 136
Decimal 255 235 94
Hex FF EB 5E

RGB Percentages of Color #ffeb5e

%43.66
%40.24
%16.10

CMYK Percentages of Color #ffeb5e

%0
%8
%63
%0

Triadic Colors of #ffeb5e

#ffeb5e #5effeb #eb5eff

Analogous Colors of #ffeb5e

#ffeb5e #c3ff5e #ff9b5e

Monochromatic Colors of #ffeb5e

#ffeb5e

Complementary Color

#ffeb5e #5e72ff

#ffeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb5e Color CSS Codes

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

#ffeb5e Text Font Color

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

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


#ffeb5e Background Color

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

This div background color is #ffeb5e


#ffeb5e Border Color

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

This div border color is #ffeb5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ffeb5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb5e


Comments

No comments written yet.

Please login to write comment.