Color Hex Logo

#ffeb1f Color Hex

#FFEB1F
(255,235,31)
0 Favorites   0 Comments

Color spaces of #ffeb1f

RGB 25523531
HSL0.151.000.56
HSV55°88°100°
CMYK 0.000.080.88   0.00
XYZ71.195780.775613.1352
Yxy80.77560.43120.4892
Hunter Lab89.8752-15.880954.2475
CIE-Lab92.0317-11.564287.4392

#ffeb1f color RGB value is (255,235,31).

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

The process color (four color CMYK) of #ffeb1f color hex is 0.00, 0.08, 0.88, 0.00. Web safe color of #ffeb1f is #ffff33. Color #ffeb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 00011111
Octal 377 353 37
Decimal 255 235 31
Hex FF EB 1F

RGB Percentages of Color #ffeb1f

%48.94
%45.11
%5.95

CMYK Percentages of Color #ffeb1f

%0
%8
%88
%0

Triadic Colors of #ffeb1f

#ffeb1f #1fffeb #eb1fff

Analogous Colors of #ffeb1f

#ffeb1f #a3ff1f #ff7b1f

Monochromatic Colors of #ffeb1f

#ffeb1f

Complementary Color

#ffeb1f #1f33ff

#ffeb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb1f Color CSS Codes

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

#ffeb1f Text Font Color

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

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


#ffeb1f Background Color

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

This div background color is #ffeb1f


#ffeb1f Border Color

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

This div border color is #ffeb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb1f


Comments

No comments written yet.

Please login to write comment.