Color Hex Logo

#ffe101 Color Hex

#FFE101
(255,225,1)
0 Favorites   0 Comments

Color spaces of #ffe101

RGB 2552251
HSL0.151.000.50
HSV53°100°100°
CMYK 0.000.121.00   0.00
XYZ68.170775.112610.9339
Yxy75.11260.44200.4871
Hunter Lab86.6675-11.264153.1873
CIE-Lab89.4457-6.942088.8418

#ffe101 color RGB value is (255,225,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00000001
Octal 377 341 1
Decimal 255 225 1
Hex FF E1 1

RGB Percentages of Color #ffe101

%53.01
%46.78
%0.21

CMYK Percentages of Color #ffe101

%0
%12
%100
%0

Triadic Colors of #ffe101

#ffe101 #01ffe1 #e101ff

Analogous Colors of #ffe101

#ffe101 #9eff01 #ff6201

Monochromatic Colors of #ffe101

#ffe101

Complementary Color

#ffe101 #011fff

#ffe101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe101 Color CSS Codes

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

#ffe101 Text Font Color

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

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


#ffe101 Background Color

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

This div background color is #ffe101


#ffe101 Border Color

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

This div border color is #ffe101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe101

Related Colors


Comments

No comments written yet.

Please login to write comment.