Color Hex Logo

#ffe094 Color Hex

#FFE094
(255,224,148)
2 Favorites   0 Comments

Color spaces of #ffe094

RGB 255224148
HSL0.121.000.79
HSV43°42°100°
CMYK 0.000.120.42   0.00
XYZ73.241076.709438.9632
Yxy76.70940.38770.4061
Hunter Lab87.5839-4.003334.9326
CIE-Lab90.18770.691641.0910

#ffe094 color RGB value is (255,224,148).

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

The process color (four color CMYK) of #ffe094 color hex is 0.00, 0.12, 0.42, 0.00. Web safe color of #ffe094 is #ffcc99. Color #ffe094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 10010100
Octal 377 340 224
Decimal 255 224 148
Hex FF E0 94

RGB Percentages of Color #ffe094

%40.67
%35.73
%23.60

CMYK Percentages of Color #ffe094

%0
%12
%42
%0

Triadic Colors of #ffe094

#ffe094 #94ffe0 #e094ff

Analogous Colors of #ffe094

#ffe094 #e9ff94 #ffab94

Monochromatic Colors of #ffe094

#ffe094

Complementary Color

#ffe094 #94b3ff

#ffe094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe094 Color CSS Codes

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

#ffe094 Text Font Color

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

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


#ffe094 Background Color

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

This div background color is #ffe094


#ffe094 Border Color

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

This div border color is #ffe094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe094


Comments

No comments written yet.

Please login to write comment.