Color Hex Logo

#ffe495 Color Hex

#FFE495
(255,228,149)
0 Favorites   0 Comments

Color spaces of #ffe495

RGB 255228149
HSL0.121.000.79
HSV45°42°100°
CMYK 0.000.110.42   0.00
XYZ74.408278.916739.7445
Yxy78.91670.38540.4087
Hunter Lab88.8351-5.949935.6584
CIE-Lab91.1966-1.234841.8877

#ffe495 color RGB value is (255,228,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 10010101
Octal 377 344 225
Decimal 255 228 149
Hex FF E4 95

RGB Percentages of Color #ffe495

%40.35
%36.08
%23.58

CMYK Percentages of Color #ffe495

%0
%11
%42
%0

Triadic Colors of #ffe495

#ffe495 #95ffe4 #e495ff

Analogous Colors of #ffe495

#ffe495 #e5ff95 #ffaf95

Monochromatic Colors of #ffe495

#ffe495

Complementary Color

#ffe495 #95b0ff

#ffe495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe495 Color CSS Codes

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

#ffe495 Text Font Color

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

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


#ffe495 Background Color

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

This div background color is #ffe495


#ffe495 Border Color

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

This div border color is #ffe495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe495

#ffe495 Color Palettes


Comments

No comments written yet.

Please login to write comment.