Color Hex Logo

#eeafc5 Color Hex

#EEAFC5
(238,175,197)
0 Favorites   0 Comments

Color spaces of #eeafc5

RGB 238175197
HSL0.940.650.81
HSV339°26°93°
CMYK 0.000.260.17   0.07
XYZ60.667952.868359.8304
Yxy52.86830.34990.3050
Hunter Lab72.710621.69242.1102
CIE-Lab77.797226.2055-2.0946

#eeafc5 color RGB value is (238,175,197).

#eeafc5 hex color red value is 238, green value is 175 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #eeafc5 hue: 0.94 , saturation: 0.65 and the lightness value of eeafc5 is 0.81.

The process color (four color CMYK) of #eeafc5 color hex is 0.00, 0.26, 0.17, 0.07. Web safe color of #eeafc5 is #ff99cc. Color #eeafc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11000101
Octal 356 257 305
Decimal 238 175 197
Hex EE AF C5

RGB Percentages of Color #eeafc5

%39.02
%28.69
%32.30

CMYK Percentages of Color #eeafc5

%0
%26
%17
%7

Triadic Colors of #eeafc5

#eeafc5 #c5eeaf #afc5ee

Analogous Colors of #eeafc5

#eeafc5 #eeb9af #eeafe5

Monochromatic Colors of #eeafc5

#eeafc5

Complementary Color

#eeafc5 #afeed8

#eeafc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafc5 Color CSS Codes

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

#eeafc5 Text Font Color

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

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


#eeafc5 Background Color

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

This div background color is #eeafc5


#eeafc5 Border Color

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

This div border color is #eeafc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafc5


Comments

No comments written yet.

Please login to write comment.