Color Hex Logo

#e2bcee Color Hex

#E2BCEE
(226,188,238)
0 Favorites   0 Comments

Color spaces of #e2bcee

RGB 226188238
HSL0.790.600.84
HSV286°21°93°
CMYK 0.050.210.00   0.07
XYZ64.779958.308288.7293
Yxy58.30820.30580.2753
Hunter Lab76.359817.8010-15.4425
CIE-Lab80.909822.3034-19.7236

#e2bcee color RGB value is (226,188,238).

#e2bcee hex color red value is 226, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e2bcee hue: 0.79 , saturation: 0.60 and the lightness value of e2bcee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111100 11101110
Octal 342 274 356
Decimal 226 188 238
Hex E2 BC EE

RGB Percentages of Color #e2bcee

%34.66
%28.83
%36.50

CMYK Percentages of Color #e2bcee

%5
%21
%0
%7

Triadic Colors of #e2bcee

#e2bcee #eee2bc #bceee2

Analogous Colors of #e2bcee

#e2bcee #eebce1 #c9bcee

Monochromatic Colors of #e2bcee

#e2bcee

Complementary Color

#e2bcee #c8eebc

#e2bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bcee Color CSS Codes

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

#e2bcee Text Font Color

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

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


#e2bcee Background Color

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

This div background color is #e2bcee


#e2bcee Border Color

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

This div border color is #e2bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bcee


Comments

No comments written yet.

Please login to write comment.