Color Hex Logo

#eeafcf Color Hex

#EEAFCF
(238,175,207)
0 Favorites   0 Comments

Color spaces of #eeafcf

RGB 238175207
HSL0.920.650.81
HSV330°26°93°
CMYK 0.000.260.13   0.07
XYZ61.852453.342166.0676
Yxy53.34210.34120.2943
Hunter Lab73.035723.3555-2.5084
CIE-Lab78.076527.7850-7.1182

#eeafcf color RGB value is (238,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11001111
Octal 356 257 317
Decimal 238 175 207
Hex EE AF CF

RGB Percentages of Color #eeafcf

%38.39
%28.23
%33.39

CMYK Percentages of Color #eeafcf

%0
%26
%13
%7

Triadic Colors of #eeafcf

#eeafcf #cfeeaf #afcfee

Analogous Colors of #eeafcf

#eeafcf #eeafb0 #eeafee

Monochromatic Colors of #eeafcf

#eeafcf

Complementary Color

#eeafcf #afeece

#eeafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafcf Color CSS Codes

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

#eeafcf Text Font Color

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

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


#eeafcf Background Color

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

This div background color is #eeafcf


#eeafcf Border Color

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

This div border color is #eeafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafcf


Comments

No comments written yet.

Please login to write comment.