Color Hex Logo

#eeafca Color Hex

#EEAFCA
(238,175,202)
0 Favorites   0 Comments

Color spaces of #eeafca

RGB 238175202
HSL0.930.650.81
HSV334°26°93°
CMYK 0.000.260.15   0.07
XYZ61.250553.101462.8984
Yxy53.10140.34560.2996
Hunter Lab72.870722.5121-0.1667
CIE-Lab77.934826.9858-4.6107

#eeafca color RGB value is (238,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11001010
Octal 356 257 312
Decimal 238 175 202
Hex EE AF CA

RGB Percentages of Color #eeafca

%38.70
%28.46
%32.85

CMYK Percentages of Color #eeafca

%0
%26
%15
%7

Triadic Colors of #eeafca

#eeafca #caeeaf #afcaee

Analogous Colors of #eeafca

#eeafca #eeb4af #eeafea

Monochromatic Colors of #eeafca

#eeafca

Complementary Color

#eeafca #afeed3

#eeafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafca Color CSS Codes

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

#eeafca Text Font Color

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

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


#eeafca Background Color

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

This div background color is #eeafca


#eeafca Border Color

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

This div border color is #eeafca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,175,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 #eeafca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafca


Comments

No comments written yet.

Please login to write comment.