Color Hex Logo

#ffe000 Color Hex

#FFE000
(255,224,0)
6 Favorites   0 Comments

Color spaces of #ffe000

RGB 2552240
HSL0.151.000.50
HSV53°100°100°
CMYK 0.000.121.00   0.00
XYZ67.895774.571310.8152
Yxy74.57130.44290.4865
Hunter Lab86.3547-10.776453.0227
CIE-Lab89.1918-6.450288.7416

#ffe000 color RGB value is (255,224,0).

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

The process color (four color CMYK) of #ffe000 color hex is 0.00, 0.12, 1.00, 0.00. Web safe color of #ffe000 is #ffcc00. Color #ffe000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00000000
Octal 377 340 0
Decimal 255 224 0
Hex FF E0 0

RGB Percentages of Color #ffe000

%53.24
%46.76
%0.00

CMYK Percentages of Color #ffe000

%0
%12
%100
%0

Triadic Colors of #ffe000

#ffe000 #00ffe0 #e000ff

Analogous Colors of #ffe000

#ffe000 #9fff00 #ff6000

Monochromatic Colors of #ffe000

#ffe000

Complementary Color

#ffe000 #001fff

#ffe000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe000 Color CSS Codes

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

#ffe000 Text Font Color

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

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


#ffe000 Background Color

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

This div background color is #ffe000


#ffe000 Border Color

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

This div border color is #ffe000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe000

Related Colors


Comments

No comments written yet.

Please login to write comment.