Color Hex Logo

#ffe15e Color Hex

#FFE15E
(255,225,94)
0 Favorites   0 Comments

Color spaces of #ffe15e

RGB 25522594
HSL0.141.000.68
HSV49°63°100°
CMYK 0.000.120.63   0.00
XYZ70.185675.918621.5442
Yxy75.91860.41860.4528
Hunter Lab87.1313-8.695246.3318
CIE-Lab89.8215-4.195265.9078

#ffe15e color RGB value is (255,225,94).

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

The process color (four color CMYK) of #ffe15e color hex is 0.00, 0.12, 0.63, 0.00. Web safe color of #ffe15e is #ffcc66. Color #ffe15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01011110
Octal 377 341 136
Decimal 255 225 94
Hex FF E1 5E

RGB Percentages of Color #ffe15e

%44.43
%39.20
%16.38

CMYK Percentages of Color #ffe15e

%0
%12
%63
%0

Triadic Colors of #ffe15e

#ffe15e #5effe1 #e15eff

Analogous Colors of #ffe15e

#ffe15e #cdff5e #ff915e

Monochromatic Colors of #ffe15e

#ffe15e

Complementary Color

#ffe15e #5e7cff

#ffe15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe15e Color CSS Codes

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

#ffe15e Text Font Color

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

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


#ffe15e Background Color

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

This div background color is #ffe15e


#ffe15e Border Color

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

This div border color is #ffe15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe15e

Related Colors

#ffe15e Color Palettes


Comments

No comments written yet.

Please login to write comment.