Color Hex Logo

#eabceb Color Hex

#EABCEB
(234,188,235)
0 Favorites   0 Comments

Color spaces of #eabceb

RGB 234188235
HSL0.830.540.83
HSV299°20°92°
CMYK 0.000.200.00   0.08
XYZ66.910359.457086.5471
Yxy59.45700.31430.2793
Hunter Lab77.108419.9526-12.5718
CIE-Lab81.542124.3495-17.0892

#eabceb color RGB value is (234,188,235).

#eabceb hex color red value is 234, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eabceb hue: 0.83 , saturation: 0.54 and the lightness value of eabceb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11101011
Octal 352 274 353
Decimal 234 188 235
Hex EA BC EB

RGB Percentages of Color #eabceb

%35.62
%28.61
%35.77

CMYK Percentages of Color #eabceb

%0
%20
%0
%8

Triadic Colors of #eabceb

#eabceb #ebeabc #bcebea

Analogous Colors of #eabceb

#eabceb #ebbcd5 #d3bceb

Monochromatic Colors of #eabceb

#eabceb

Complementary Color

#eabceb #bdebbc

#eabceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabceb Color CSS Codes

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

#eabceb Text Font Color

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

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


#eabceb Background Color

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

This div background color is #eabceb


#eabceb Border Color

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

This div border color is #eabceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabceb


Comments

No comments written yet.

Please login to write comment.