Color Hex Logo

#eeafeb Color Hex

#EEAFEB
(238,175,235)
0 Favorites   0 Comments

Color spaces of #eeafeb

RGB 238175235
HSL0.840.650.81
HSV303°26°93°
CMYK 0.000.260.01   0.07
XYZ65.585354.835285.7248
Yxy54.83520.31820.2660
Hunter Lab74.050828.5050-16.8014
CIE-Lab78.946232.5832-20.9763

#eeafeb color RGB value is (238,175,235).

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

The process color (four color CMYK) of #eeafeb color hex is 0.00, 0.26, 0.01, 0.07. Web safe color of #eeafeb is #ff99ff. Color #eeafeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11101011
Octal 356 257 353
Decimal 238 175 235
Hex EE AF EB

RGB Percentages of Color #eeafeb

%36.73
%27.01
%36.27

CMYK Percentages of Color #eeafeb

%0
%26
%1
%7

Triadic Colors of #eeafeb

#eeafeb #ebeeaf #afebee

Analogous Colors of #eeafeb

#eeafeb #eeafcc #d2afee

Monochromatic Colors of #eeafeb

#eeafeb

Complementary Color

#eeafeb #afeeb2

#eeafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafeb Color CSS Codes

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

#eeafeb Text Font Color

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

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


#eeafeb Background Color

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

This div background color is #eeafeb


#eeafeb Border Color

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

This div border color is #eeafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafeb


Comments

No comments written yet.

Please login to write comment.