Color Hex Logo

#ffeb14 Color Hex

#FFEB14
(255,235,20)
0 Favorites   0 Comments

Color spaces of #ffeb14

RGB 25523520
HSL0.151.000.54
HSV55°92°100°
CMYK 0.000.080.92   0.00
XYZ71.074680.727212.4977
Yxy80.72720.43260.4913
Hunter Lab89.8483-16.032054.6467
CIE-Lab92.0102-11.728889.0273

#ffeb14 color RGB value is (255,235,20).

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

The process color (four color CMYK) of #ffeb14 color hex is 0.00, 0.08, 0.92, 0.00. Web safe color of #ffeb14 is #ffff00. Color #ffeb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 00010100
Octal 377 353 24
Decimal 255 235 20
Hex FF EB 14

RGB Percentages of Color #ffeb14

%50.00
%46.08
%3.92

CMYK Percentages of Color #ffeb14

%0
%8
%92
%0

Triadic Colors of #ffeb14

#ffeb14 #14ffeb #eb14ff

Analogous Colors of #ffeb14

#ffeb14 #9eff14 #ff7614

Monochromatic Colors of #ffeb14

#ffeb14

Complementary Color

#ffeb14 #1428ff

#ffeb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeb14 Color CSS Codes

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

#ffeb14 Text Font Color

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

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


#ffeb14 Background Color

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

This div background color is #ffeb14


#ffeb14 Border Color

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

This div border color is #ffeb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeb14


Comments

No comments written yet.

Please login to write comment.