Color Hex Logo

#e6baed Color Hex

#E6BAED
(230,186,237)
0 Favorites   0 Comments

Color spaces of #e6baed

RGB 230186237
HSL0.810.590.83
HSV292°22°93°
CMYK 0.030.220.00   0.07
XYZ65.478158.055287.8755
Yxy58.05520.30970.2746
Hunter Lab76.194020.0565-15.0442
CIE-Lab80.769524.4836-19.3645

#e6baed color RGB value is (230,186,237).

#e6baed hex color red value is 230, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6baed hue: 0.81 , saturation: 0.59 and the lightness value of e6baed is 0.83.

The process color (four color CMYK) of #e6baed color hex is 0.03, 0.22, 0.00, 0.07. Web safe color of #e6baed is #ffccff. Color #e6baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 11101101
Octal 346 272 355
Decimal 230 186 237
Hex E6 BA ED

RGB Percentages of Color #e6baed

%35.22
%28.48
%36.29

CMYK Percentages of Color #e6baed

%3
%22
%0
%7

Triadic Colors of #e6baed

#e6baed #ede6ba #baede6

Analogous Colors of #e6baed

#e6baed #edbadb #cdbaed

Monochromatic Colors of #e6baed

#e6baed

Complementary Color

#e6baed #c1edba

#e6baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6baed Color CSS Codes

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

#e6baed Text Font Color

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

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


#e6baed Background Color

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

This div background color is #e6baed


#e6baed Border Color

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

This div border color is #e6baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6baed


Comments

No comments written yet.

Please login to write comment.