Color Hex Logo

#f5eaca Color Hex

#F5EACA
(245,234,202)
0 Favorites   0 Comments

Color spaces of #f5eaca

RGB 245234202
HSL0.120.680.88
HSV45°18°96°
CMYK 0.000.040.18   0.04
XYZ77.739782.522467.7082
Yxy82.52240.34100.3620
Hunter Lab90.8418-6.218319.3980
CIE-Lab92.8049-1.390016.8855

#f5eaca color RGB value is (245,234,202).

#f5eaca hex color red value is 245, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f5eaca hue: 0.12 , saturation: 0.68 and the lightness value of f5eaca is 0.88.

The process color (four color CMYK) of #f5eaca color hex is 0.00, 0.04, 0.18, 0.04. Web safe color of #f5eaca is #ffffcc. Color #f5eaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101010 11001010
Octal 365 352 312
Decimal 245 234 202
Hex F5 EA CA

RGB Percentages of Color #f5eaca

%35.98
%34.36
%29.66

CMYK Percentages of Color #f5eaca

%0
%4
%18
%4

Triadic Colors of #f5eaca

#f5eaca #caf5ea #eacaf5

Analogous Colors of #f5eaca

#f5eaca #ebf5ca #f5d5ca

Monochromatic Colors of #f5eaca

#f5eaca

Complementary Color

#f5eaca #cad5f5

#f5eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eaca Color CSS Codes

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

#f5eaca Text Font Color

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

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


#f5eaca Background Color

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

This div background color is #f5eaca


#f5eaca Border Color

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

This div border color is #f5eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eaca


Comments

No comments written yet.

Please login to write comment.