Color Hex Logo

#ebbded Color Hex

#EBBDED
(235,189,237)
0 Favorites   0 Comments

Color spaces of #ebbded

RGB 235189237
HSL0.830.570.84
HSV298°20°93°
CMYK 0.010.200.00   0.07
XYZ67.744660.171888.1646
Yxy60.17180.31350.2785
Hunter Lab77.570520.1410-13.0881
CIE-Lab81.931524.5124-17.5650

#ebbded color RGB value is (235,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11101101
Octal 353 275 355
Decimal 235 189 237
Hex EB BD ED

RGB Percentages of Color #ebbded

%35.55
%28.59
%35.85

CMYK Percentages of Color #ebbded

%1
%20
%0
%7

Triadic Colors of #ebbded

#ebbded #edebbd #bdedeb

Analogous Colors of #ebbded

#ebbded #edbdd7 #d3bded

Monochromatic Colors of #ebbded

#ebbded

Complementary Color

#ebbded #bfedbd

#ebbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbded Color CSS Codes

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

#ebbded Text Font Color

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

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


#ebbded Background Color

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

This div background color is #ebbded


#ebbded Border Color

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

This div border color is #ebbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbded


Comments

No comments written yet.

Please login to write comment.