Color Hex Logo

#ebbeed Color Hex

#EBBEED
(235,190,237)
0 Favorites   0 Comments

Color spaces of #ebbeed

RGB 235190237
HSL0.830.570.84
HSV297°20°93°
CMYK 0.010.200.00   0.07
XYZ67.960560.603588.2365
Yxy60.60350.31350.2795
Hunter Lab77.848219.5937-12.7080
CIE-Lab82.165123.9793-17.2128

#ebbeed color RGB value is (235,190,237).

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

The process color (four color CMYK) of #ebbeed color hex is 0.01, 0.20, 0.00, 0.07. Web safe color of #ebbeed is #ffccff. Color #ebbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11101101
Octal 353 276 355
Decimal 235 190 237
Hex EB BE ED

RGB Percentages of Color #ebbeed

%35.50
%28.70
%35.80

CMYK Percentages of Color #ebbeed

%1
%20
%0
%7

Triadic Colors of #ebbeed

#ebbeed #edebbe #beedeb

Analogous Colors of #ebbeed

#ebbeed #edbed8 #d4beed

Monochromatic Colors of #ebbeed

#ebbeed

Complementary Color

#ebbeed #c0edbe

#ebbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeed Color CSS Codes

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

#ebbeed Text Font Color

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

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


#ebbeed Background Color

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

This div background color is #ebbeed


#ebbeed Border Color

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

This div border color is #ebbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeed


Comments

No comments written yet.

Please login to write comment.