Color Hex Logo

#e3bced Color Hex

#E3BCED
(227,188,237)
0 Favorites   0 Comments

Color spaces of #e3bced

RGB 227188237
HSL0.800.580.83
HSV288°21°93°
CMYK 0.040.210.00   0.07
XYZ64.947858.411887.9722
Yxy58.41180.30730.2764
Hunter Lab76.427617.9401-14.7466
CIE-Lab80.967222.4359-19.0918

#e3bced color RGB value is (227,188,237).

#e3bced hex color red value is 227, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e3bced hue: 0.80 , saturation: 0.58 and the lightness value of e3bced is 0.83.

The process color (four color CMYK) of #e3bced color hex is 0.04, 0.21, 0.00, 0.07. Web safe color of #e3bced is #ccccff. Color #e3bced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111100 11101101
Octal 343 274 355
Decimal 227 188 237
Hex E3 BC ED

RGB Percentages of Color #e3bced

%34.82
%28.83
%36.35

CMYK Percentages of Color #e3bced

%4
%21
%0
%7

Triadic Colors of #e3bced

#e3bced #ede3bc #bcede3

Analogous Colors of #e3bced

#e3bced #edbcdf #cbbced

Monochromatic Colors of #e3bced

#e3bced

Complementary Color

#e3bced #c6edbc

#e3bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bced Color CSS Codes

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

#e3bced Text Font Color

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

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


#e3bced Background Color

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

This div background color is #e3bced


#e3bced Border Color

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

This div border color is #e3bced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,188,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bced


Comments

No comments written yet.

Please login to write comment.