Color Hex Logo

#eeaccb Color Hex

#EEACCB
(238,172,203)
0 Favorites   0 Comments

Color spaces of #eeaccb

RGB 238172203
HSL0.920.660.80
HSV332°28°93°
CMYK 0.000.280.15   0.07
XYZ60.791951.994063.3317
Yxy51.99400.34520.2952
Hunter Lab72.106924.3029-1.5998
CIE-Lab77.277228.7397-6.1261

#eeaccb color RGB value is (238,172,203).

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

The process color (four color CMYK) of #eeaccb color hex is 0.00, 0.28, 0.15, 0.07. Web safe color of #eeaccb is #ff99cc. Color #eeaccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 11001011
Octal 356 254 313
Decimal 238 172 203
Hex EE AC CB

RGB Percentages of Color #eeaccb

%38.83
%28.06
%33.12

CMYK Percentages of Color #eeaccb

%0
%28
%15
%7

Triadic Colors of #eeaccb

#eeaccb #cbeeac #accbee

Analogous Colors of #eeaccb

#eeaccb #eeaeac #eeacec

Monochromatic Colors of #eeaccb

#eeaccb

Complementary Color

#eeaccb #aceecf

#eeaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaccb Color CSS Codes

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

#eeaccb Text Font Color

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

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


#eeaccb Background Color

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

This div background color is #eeaccb


#eeaccb Border Color

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

This div border color is #eeaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaccb


Comments

No comments written yet.

Please login to write comment.