Color Hex Logo

#ffeb2f Color Hex

#FFEB2F
(255,235,47)
0 Favorites   0 Comments

Color spaces of #ffeb2f

RGB 25523547
HSL0.151.000.59
HSV54°82°100°
CMYK 0.000.080.82   0.00
XYZ71.461480.881914.5347
Yxy80.88190.42820.4847
Hunter Lab89.9344-15.549953.3719
CIE-Lab92.0791-11.204284.1289

#ffeb2f color RGB value is (255,235,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 00101111
Octal 377 353 57
Decimal 255 235 47
Hex FF EB 2F

RGB Percentages of Color #ffeb2f

%47.49
%43.76
%8.75

CMYK Percentages of Color #ffeb2f

%0
%8
%82
%0

Triadic Colors of #ffeb2f

#ffeb2f #2fffeb #eb2fff

Analogous Colors of #ffeb2f

#ffeb2f #abff2f #ff832f

Monochromatic Colors of #ffeb2f

#ffeb2f

Complementary Color

#ffeb2f #2f43ff

#ffeb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb2f Color CSS Codes

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

#ffeb2f Text Font Color

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

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


#ffeb2f Background Color

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

This div background color is #ffeb2f


#ffeb2f Border Color

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

This div border color is #ffeb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb2f


Comments

No comments written yet.

Please login to write comment.