Color Hex Logo

#eb9dee Color Hex

#EB9DEE
(235,157,238)
0 Favorites   0 Comments

Color spaces of #eb9dee

RGB 235157238
HSL0.830.700.77
HSV298°34°93°
CMYK 0.010.340.00   0.07
XYZ61.750547.949286.8894
Yxy47.94920.31410.2439
Hunter Lab69.245438.0004-25.9256
CIE-Lab74.792941.7007-28.9698

#eb9dee color RGB value is (235,157,238).

#eb9dee hex color red value is 235, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb9dee hue: 0.83 , saturation: 0.70 and the lightness value of eb9dee is 0.77.

The process color (four color CMYK) of #eb9dee color hex is 0.01, 0.34, 0.00, 0.07. Web safe color of #eb9dee is #ff99ff. Color #eb9dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 11101110
Octal 353 235 356
Decimal 235 157 238
Hex EB 9D EE

RGB Percentages of Color #eb9dee

%37.30
%24.92
%37.78

CMYK Percentages of Color #eb9dee

%1
%34
%0
%7

Triadic Colors of #eb9dee

#eb9dee #eeeb9d #9deeeb

Analogous Colors of #eb9dee

#eb9dee #ee9dc9 #c39dee

Monochromatic Colors of #eb9dee

#eb9dee

Complementary Color

#eb9dee #a0ee9d

#eb9dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9dee Color CSS Codes

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

#eb9dee Text Font Color

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

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


#eb9dee Background Color

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

This div background color is #eb9dee


#eb9dee Border Color

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

This div border color is #eb9dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9dee


Comments

No comments written yet.

Please login to write comment.