Color Hex Logo

#f5eecc Color Hex

#F5EECC
(245,238,204)
0 Favorites   0 Comments

Color spaces of #f5eecc

RGB 245238204
HSL0.140.670.88
HSV50°17°96°
CMYK 0.000.030.17   0.04
XYZ79.129884.921269.3476
Yxy84.92120.33900.3638
Hunter Lab92.1527-7.992619.8894
CIE-Lab93.8491-3.120317.3190

#f5eecc color RGB value is (245,238,204).

#f5eecc hex color red value is 245, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f5eecc hue: 0.14 , saturation: 0.67 and the lightness value of f5eecc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101110 11001100
Octal 365 356 314
Decimal 245 238 204
Hex F5 EE CC

RGB Percentages of Color #f5eecc

%35.66
%34.64
%29.69

CMYK Percentages of Color #f5eecc

%0
%3
%17
%4

Triadic Colors of #f5eecc

#f5eecc #ccf5ee #eeccf5

Analogous Colors of #f5eecc

#f5eecc #e8f5cc #f5dacc

Monochromatic Colors of #f5eecc

#f5eecc

Complementary Color

#f5eecc #ccd3f5

#f5eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eecc Color CSS Codes

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

#f5eecc Text Font Color

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

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


#f5eecc Background Color

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

This div background color is #f5eecc


#f5eecc Border Color

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

This div border color is #f5eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eecc


Comments

No comments written yet.

Please login to write comment.