Color Hex Logo

#ffe115 Color Hex

#FFE115
(255,225,21)
0 Favorites   0 Comments

Color spaces of #ffe115

RGB 25522521
HSL0.151.000.54
HSV52°92°100°
CMYK 0.000.120.92   0.00
XYZ68.300675.164611.6179
Yxy75.16460.44040.4847
Hunter Lab86.6975-11.097852.7431
CIE-Lab89.4700-6.762886.9843

#ffe115 color RGB value is (255,225,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00010101
Octal 377 341 25
Decimal 255 225 21
Hex FF E1 15

RGB Percentages of Color #ffe115

%50.90
%44.91
%4.19

CMYK Percentages of Color #ffe115

%0
%12
%92
%0

Triadic Colors of #ffe115

#ffe115 #15ffe1 #e115ff

Analogous Colors of #ffe115

#ffe115 #a8ff15 #ff6c15

Monochromatic Colors of #ffe115

#ffe115

Complementary Color

#ffe115 #1533ff

#ffe115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe115 Color CSS Codes

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

#ffe115 Text Font Color

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

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


#ffe115 Background Color

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

This div background color is #ffe115


#ffe115 Border Color

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

This div border color is #ffe115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe115

Related Colors


Comments

No comments written yet.

Please login to write comment.