Color Hex Logo

#e6bacc Color Hex

#E6BACC
(230,186,204)
0 Favorites   0 Comments

Color spaces of #e6bacc

RGB 230186204
HSL0.930.470.82
HSV335°19°90°
CMYK 0.000.190.11   0.10
XYZ61.091156.300464.7740
Yxy56.30040.33540.3091
Hunter Lab75.033614.02291.3404
CIE-Lab79.784518.6382-3.0611

#e6bacc color RGB value is (230,186,204).

#e6bacc hex color red value is 230, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e6bacc hue: 0.93 , saturation: 0.47 and the lightness value of e6bacc is 0.82.

The process color (four color CMYK) of #e6bacc color hex is 0.00, 0.19, 0.11, 0.10. Web safe color of #e6bacc is #ffcccc. Color #e6bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 11001100
Octal 346 272 314
Decimal 230 186 204
Hex E6 BA CC

RGB Percentages of Color #e6bacc

%37.10
%30.00
%32.90

CMYK Percentages of Color #e6bacc

%0
%19
%11
%10

Triadic Colors of #e6bacc

#e6bacc #cce6ba #bacce6

Analogous Colors of #e6bacc

#e6bacc #e6beba #e6bae2

Monochromatic Colors of #e6bacc

#e6bacc

Complementary Color

#e6bacc #bae6d4

#e6bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bacc Color CSS Codes

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

#e6bacc Text Font Color

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

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


#e6bacc Background Color

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

This div background color is #e6bacc


#e6bacc Border Color

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

This div border color is #e6bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bacc


Comments

No comments written yet.

Please login to write comment.