Color Hex Logo

#ebaced Color Hex

#EBACED
(235,172,237)
0 Favorites   0 Comments

Color spaces of #ebaced

RGB 235172237
HSL0.830.640.80
HSV298°27°93°
CMYK 0.010.270.00   0.07
XYZ64.299553.281687.0162
Yxy53.28160.31430.2604
Hunter Lab72.994229.4980-19.5834
CIE-Lab78.041033.5788-23.4599

#ebaced color RGB value is (235,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11101101
Octal 353 254 355
Decimal 235 172 237
Hex EB AC ED

RGB Percentages of Color #ebaced

%36.49
%26.71
%36.80

CMYK Percentages of Color #ebaced

%1
%27
%0
%7

Triadic Colors of #ebaced

#ebaced #edebac #acedeb

Analogous Colors of #ebaced

#ebaced #edaccf #cbaced

Monochromatic Colors of #ebaced

#ebaced

Complementary Color

#ebaced #aeedac

#ebaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaced Color CSS Codes

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

#ebaced Text Font Color

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

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


#ebaced Background Color

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

This div background color is #ebaced


#ebaced Border Color

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

This div border color is #ebaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaced


Comments

No comments written yet.

Please login to write comment.