Color Hex Logo

#f5eaae Color Hex

#F5EAAE
(245,234,174)
0 Favorites   0 Comments

Color spaces of #f5eaae

RGB 245234174
HSL0.140.780.82
HSV51°29°96°
CMYK 0.000.040.29   0.04
XYZ74.719081.314151.8015
Yxy81.31410.35950.3912
Hunter Lab90.1743-9.898929.0623
CIE-Lab92.2713-5.226430.5430

#f5eaae color RGB value is (245,234,174).

#f5eaae hex color red value is 245, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f5eaae hue: 0.14 , saturation: 0.78 and the lightness value of f5eaae is 0.82.

The process color (four color CMYK) of #f5eaae color hex is 0.00, 0.04, 0.29, 0.04. Web safe color of #f5eaae is #ffff99. Color #f5eaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101010 10101110
Octal 365 352 256
Decimal 245 234 174
Hex F5 EA AE

RGB Percentages of Color #f5eaae

%37.52
%35.83
%26.65

CMYK Percentages of Color #f5eaae

%0
%4
%29
%4

Triadic Colors of #f5eaae

#f5eaae #aef5ea #eaaef5

Analogous Colors of #f5eaae

#f5eaae #ddf5ae #f5c7ae

Monochromatic Colors of #f5eaae

#f5eaae

Complementary Color

#f5eaae #aeb9f5

#f5eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eaae Color CSS Codes

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

#f5eaae Text Font Color

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

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


#f5eaae Background Color

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

This div background color is #f5eaae


#f5eaae Border Color

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

This div border color is #f5eaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,234,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5eaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5eaae;
  -webkit-box-shadow: 1px 1px 3px 2px #f5eaae;
  box-shadow:         1px 1px 3px 2px #f5eaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,234,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eaae


Comments

No comments written yet.

Please login to write comment.