color codes Logo

#ffeb0f color codes

#FFEB0F
(255,235,15)
0 Favorites   0 Comments

Color spaces of #ffeb0f

RGB 25523515
HSL0.151.000.53
HSV55°94°100°
CMYK 0.000.080.94   0.00
XYZ71.034680.711212.2868
Yxy80.71120.43310.4920
Hunter Lab89.8394-16.081854.7788
CIE-Lab92.0030-11.783289.5648

#ffeb0f color RGB value is (255,235,15).

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

The process color (four color CMYK) of #ffeb0f color code is 0.00, 0.08, 0.94, 0.00. Web safe color of #ffeb0f is #ffff00. Color #ffeb0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 00001111
Octal 377 353 17
Decimal 255 235 15
Hex FF EB F

RGB Percentages of Color #ffeb0f

%50.50
%46.53
%2.97

CMYK Percentages of Color #ffeb0f

%0
%8
%94
%0

Triadic Colors of #ffeb0f

#ffeb0f #0fffeb #eb0fff

Analogous Colors of #ffeb0f

#ffeb0f #9bff0f #ff730f

Monochromatic Colors of #ffeb0f

#ffeb0f

Complementary Color

#ffeb0f #0f23ff

#ffeb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb0f Color CSS Codes

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

#ffeb0f Text Font Color

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

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


#ffeb0f Background Color

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

This div background color is #ffeb0f


#ffeb0f Border Color

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

This div border color is #ffeb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb0f


Comments

No comments written yet.

Please login to write comment.