Color Hex Logo

#eeafce Color Hex

#EEAFCE
(238,175,206)
0 Favorites   0 Comments

Color spaces of #eeafce

RGB 238175206
HSL0.920.650.81
HSV330°26°93°
CMYK 0.000.260.13   0.07
XYZ61.730453.293365.4256
Yxy53.29330.34210.2953
Hunter Lab73.002323.1849-2.0349
CIE-Lab78.047827.6237-6.6175

#eeafce color RGB value is (238,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11001110
Octal 356 257 316
Decimal 238 175 206
Hex EE AF CE

RGB Percentages of Color #eeafce

%38.45
%28.27
%33.28

CMYK Percentages of Color #eeafce

%0
%26
%13
%7

Triadic Colors of #eeafce

#eeafce #ceeeaf #afceee

Analogous Colors of #eeafce

#eeafce #eeb0af #eeafee

Monochromatic Colors of #eeafce

#eeafce

Complementary Color

#eeafce #afeecf

#eeafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafce Color CSS Codes

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

#eeafce Text Font Color

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

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


#eeafce Background Color

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

This div background color is #eeafce


#eeafce Border Color

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

This div border color is #eeafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafce


Comments

No comments written yet.

Please login to write comment.