Color Hex Logo

#ffe80c Color Hex

#FFE80C
(255,232,12)
0 Favorites   0 Comments

Color spaces of #ffe80c

RGB 25523212
HSL0.151.000.52
HSV54°95°100°
CMYK 0.000.090.95   0.00
XYZ70.163078.999811.8983
Yxy78.99980.43560.4905
Hunter Lab88.8818-14.635954.2803
CIE-Lab91.2342-10.332889.2689

#ffe80c color RGB value is (255,232,12).

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

The process color (four color CMYK) of #ffe80c color hex is 0.00, 0.09, 0.95, 0.00. Web safe color of #ffe80c is #ffff00. Color #ffe80c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101000 00001100
Octal 377 350 14
Decimal 255 232 12
Hex FF E8 C

RGB Percentages of Color #ffe80c

%51.10
%46.49
%2.40

CMYK Percentages of Color #ffe80c

%0
%9
%95
%0

Triadic Colors of #ffe80c

#ffe80c #0cffe8 #e80cff

Analogous Colors of #ffe80c

#ffe80c #9dff0c #ff6f0c

Monochromatic Colors of #ffe80c

#ffe80c

Complementary Color

#ffe80c #0c23ff

#ffe80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe80c Color CSS Codes

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

#ffe80c Text Font Color

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

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


#ffe80c Background Color

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

This div background color is #ffe80c


#ffe80c Border Color

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

This div border color is #ffe80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe80c


Comments

No comments written yet.

Please login to write comment.