Color Hex Logo

#eb9eed Color Hex

#EB9EED
(235,158,237)
0 Favorites   0 Comments

Color spaces of #eb9eed

RGB 235158237
HSL0.830.690.77
HSV298°33°93°
CMYK 0.010.330.00   0.07
XYZ61.773948.230386.1743
Yxy48.23030.31490.2458
Hunter Lab69.448037.2413-24.9561
CIE-Lab74.970040.9921-28.1542

#eb9eed color RGB value is (235,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011110 11101101
Octal 353 236 355
Decimal 235 158 237
Hex EB 9E ED

RGB Percentages of Color #eb9eed

%37.30
%25.08
%37.62

CMYK Percentages of Color #eb9eed

%1
%33
%0
%7

Triadic Colors of #eb9eed

#eb9eed #edeb9e #9eedeb

Analogous Colors of #eb9eed

#eb9eed #ed9ec8 #c49eed

Monochromatic Colors of #eb9eed

#eb9eed

Complementary Color

#eb9eed #a0ed9e

#eb9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9eed Color CSS Codes

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

#eb9eed Text Font Color

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

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


#eb9eed Background Color

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

This div background color is #eb9eed


#eb9eed Border Color

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

This div border color is #eb9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9eed


Comments

No comments written yet.

Please login to write comment.