Color Hex Logo

#e2bcef Color Hex

#E2BCEF
(226,188,239)
0 Favorites   0 Comments

Color spaces of #e2bcef

RGB 226188239
HSL0.790.610.84
HSV285°21°94°
CMYK 0.050.210.00   0.06
XYZ64.927258.367289.5053
Yxy58.36720.30510.2743
Hunter Lab76.398418.0010-15.9829
CIE-Lab80.942522.4958-20.2103

#e2bcef color RGB value is (226,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111100 11101111
Octal 342 274 357
Decimal 226 188 239
Hex E2 BC EF

RGB Percentages of Color #e2bcef

%34.61
%28.79
%36.60

CMYK Percentages of Color #e2bcef

%5
%21
%0
%6

Triadic Colors of #e2bcef

#e2bcef #efe2bc #bcefe2

Analogous Colors of #e2bcef

#e2bcef #efbce3 #c9bcef

Monochromatic Colors of #e2bcef

#e2bcef

Complementary Color

#e2bcef #c9efbc

#e2bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bcef Color CSS Codes

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

#e2bcef Text Font Color

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

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


#e2bcef Background Color

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

This div background color is #e2bcef


#e2bcef Border Color

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

This div border color is #e2bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bcef


Comments

No comments written yet.

Please login to write comment.