Color Hex Logo

#eeaceb Color Hex

#EEACEB
(238,172,235)
0 Favorites   0 Comments

Color spaces of #eeaceb

RGB 238172235
HSL0.840.660.80
HSV303°28°93°
CMYK 0.000.280.01   0.07
XYZ65.007853.680385.5323
Yxy53.68030.31830.2629
Hunter Lab73.266830.1615-17.9288
CIE-Lab78.274934.1761-21.9954

#eeaceb color RGB value is (238,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11101011
Octal 356 254 353
Decimal 238 172 235
Hex EE AC EB

RGB Percentages of Color #eeaceb

%36.90
%26.67
%36.43

CMYK Percentages of Color #eeaceb

%0
%28
%1
%7

Triadic Colors of #eeaceb

#eeaceb #ebeeac #acebee

Analogous Colors of #eeaceb

#eeaceb #eeacca #d0acee

Monochromatic Colors of #eeaceb

#eeaceb

Complementary Color

#eeaceb #aceeaf

#eeaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaceb Color CSS Codes

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

#eeaceb Text Font Color

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

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


#eeaceb Background Color

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

This div background color is #eeaceb


#eeaceb Border Color

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

This div border color is #eeaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaceb


Comments

No comments written yet.

Please login to write comment.