Color Hex Logo

#eeaecc Color Hex

#EEAECC
(238,174,204)
1 Favorites   0 Comments

Color spaces of #eeaecc

RGB 238174204
HSL0.920.650.81
HSV332°27°93°
CMYK 0.000.270.14   0.07
XYZ61.295052.808964.0893
Yxy52.80890.34400.2964
Hunter Lab72.669723.3880-1.4206
CIE-Lab77.762027.8352-5.9533

#eeaecc color RGB value is (238,174,204).

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

The process color (four color CMYK) of #eeaecc color hex is 0.00, 0.27, 0.14, 0.07. Web safe color of #eeaecc is #ff99cc. Color #eeaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11001100
Octal 356 256 314
Decimal 238 174 204
Hex EE AE CC

RGB Percentages of Color #eeaecc

%38.64
%28.25
%33.12

CMYK Percentages of Color #eeaecc

%0
%27
%14
%7

Triadic Colors of #eeaecc

#eeaecc #cceeae #aeccee

Analogous Colors of #eeaecc

#eeaecc #eeb0ae #eeaeec

Monochromatic Colors of #eeaecc

#eeaecc

Complementary Color

#eeaecc #aeeed0

#eeaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaecc Color CSS Codes

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

#eeaecc Text Font Color

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

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


#eeaecc Background Color

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

This div background color is #eeaecc


#eeaecc Border Color

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

This div border color is #eeaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaecc


Comments

No comments written yet.

Please login to write comment.