Color Hex Logo

#eabdec Color Hex

#EABDEC
(234,189,236)
0 Favorites   0 Comments

Color spaces of #eabdec

RGB 234189236
HSL0.830.550.83
HSV297°20°93°
CMYK 0.010.200.00   0.07
XYZ67.269659.943787.3817
Yxy59.94370.31350.2793
Hunter Lab77.423319.5997-12.7197
CIE-Lab81.807624.0002-17.2252

#eabdec color RGB value is (234,189,236).

#eabdec hex color red value is 234, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eabdec hue: 0.83 , saturation: 0.55 and the lightness value of eabdec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11101100
Octal 352 275 354
Decimal 234 189 236
Hex EA BD EC

RGB Percentages of Color #eabdec

%35.51
%28.68
%35.81

CMYK Percentages of Color #eabdec

%1
%20
%0
%7

Triadic Colors of #eabdec

#eabdec #eceabd #bdecea

Analogous Colors of #eabdec

#eabdec #ecbdd7 #d3bdec

Monochromatic Colors of #eabdec

#eabdec

Complementary Color

#eabdec #bfecbd

#eabdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdec Color CSS Codes

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

#eabdec Text Font Color

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

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


#eabdec Background Color

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

This div background color is #eabdec


#eabdec Border Color

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

This div border color is #eabdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdec


Comments

No comments written yet.

Please login to write comment.