Color Hex Logo

#e3bacc Color Hex

#E3BACC
(227,186,204)
0 Favorites   0 Comments

Color spaces of #e3bacc

RGB 227186204
HSL0.930.420.81
HSV334°18°89°
CMYK 0.000.180.10   0.11
XYZ60.136555.808364.7293
Yxy55.80830.33280.3089
Hunter Lab74.705012.95650.9207
CIE-Lab79.504617.5853-3.5050

#e3bacc color RGB value is (227,186,204).

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

The process color (four color CMYK) of #e3bacc color hex is 0.00, 0.18, 0.10, 0.11. Web safe color of #e3bacc is #cccccc. Color #e3bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11001100
Octal 343 272 314
Decimal 227 186 204
Hex E3 BA CC

RGB Percentages of Color #e3bacc

%36.79
%30.15
%33.06

CMYK Percentages of Color #e3bacc

%0
%18
%10
%11

Triadic Colors of #e3bacc

#e3bacc #cce3ba #bacce3

Analogous Colors of #e3bacc

#e3bacc #e3bdba #e3bae1

Monochromatic Colors of #e3bacc

#e3bacc

Complementary Color

#e3bacc #bae3d1

#e3bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bacc Color CSS Codes

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

#e3bacc Text Font Color

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

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


#e3bacc Background Color

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

This div background color is #e3bacc


#e3bacc Border Color

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

This div border color is #e3bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bacc


Comments

No comments written yet.

Please login to write comment.