Color Hex Logo

#e6accb Color Hex

#E6ACCB
(230,172,203)
0 Favorites   0 Comments

Color spaces of #e6accb

RGB 230172203
HSL0.910.540.79
HSV328°25°90°
CMYK 0.000.250.12   0.10
XYZ58.165150.639863.2087
Yxy50.63980.33810.2944
Hunter Lab71.161621.3669-2.8507
CIE-Lab76.460325.9645-7.4265

#e6accb color RGB value is (230,172,203).

#e6accb hex color red value is 230, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e6accb hue: 0.91 , saturation: 0.54 and the lightness value of e6accb is 0.79.

The process color (four color CMYK) of #e6accb color hex is 0.00, 0.25, 0.12, 0.10. Web safe color of #e6accb is #ff99cc. Color #e6accb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11001011
Octal 346 254 313
Decimal 230 172 203
Hex E6 AC CB

RGB Percentages of Color #e6accb

%38.02
%28.43
%33.55

CMYK Percentages of Color #e6accb

%0
%25
%12
%10

Triadic Colors of #e6accb

#e6accb #cbe6ac #accbe6

Analogous Colors of #e6accb

#e6accb #e6acae #e4ace6

Monochromatic Colors of #e6accb

#e6accb

Complementary Color

#e6accb #ace6c7

#e6accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6accb Color CSS Codes

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

#e6accb Text Font Color

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

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


#e6accb Background Color

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

This div background color is #e6accb


#e6accb Border Color

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

This div border color is #e6accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6accb


Comments

No comments written yet.

Please login to write comment.