Color Hex Logo

#ebacec Color Hex

#EBACEC
(235,172,236)
0 Favorites   0 Comments

Color spaces of #ebacec

RGB 235172236
HSL0.830.630.80
HSV299°27°93°
CMYK 0.000.270.00   0.07
XYZ64.153853.223386.2487
Yxy53.22330.31510.2614
Hunter Lab72.954329.2975-19.0264
CIE-Lab78.006733.3949-22.9717

#ebacec color RGB value is (235,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11101100
Octal 353 254 354
Decimal 235 172 236
Hex EB AC EC

RGB Percentages of Color #ebacec

%36.55
%26.75
%36.70

CMYK Percentages of Color #ebacec

%0
%27
%0
%7

Triadic Colors of #ebacec

#ebacec #ecebac #aceceb

Analogous Colors of #ebacec

#ebacec #ecaccd #cbacec

Monochromatic Colors of #ebacec

#ebacec

Complementary Color

#ebacec #adecac

#ebacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacec Color CSS Codes

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

#ebacec Text Font Color

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

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


#ebacec Background Color

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

This div background color is #ebacec


#ebacec Border Color

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

This div border color is #ebacec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,172,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebacec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacec


Comments

No comments written yet.

Please login to write comment.