Color Hex Logo

#eabdee Color Hex

#EABDEE
(234,189,238)
0 Favorites   0 Comments

Color spaces of #eabdee

RGB 234189238
HSL0.820.590.84
HSV295°21°93°
CMYK 0.020.210.00   0.07
XYZ67.561960.060788.9209
Yxy60.06070.31200.2774
Hunter Lab77.498819.9897-13.7792
CIE-Lab81.871224.3705-18.2005

#eabdee color RGB value is (234,189,238).

#eabdee hex color red value is 234, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eabdee hue: 0.82 , saturation: 0.59 and the lightness value of eabdee is 0.84.

The process color (four color CMYK) of #eabdee color hex is 0.02, 0.21, 0.00, 0.07. Web safe color of #eabdee is #ffccff. Color #eabdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11101110
Octal 352 275 356
Decimal 234 189 238
Hex EA BD EE

RGB Percentages of Color #eabdee

%35.40
%28.59
%36.01

CMYK Percentages of Color #eabdee

%2
%21
%0
%7

Triadic Colors of #eabdee

#eabdee #eeeabd #bdeeea

Analogous Colors of #eabdee

#eabdee #eebdda #d2bdee

Monochromatic Colors of #eabdee

#eabdee

Complementary Color

#eabdee #c1eebd

#eabdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdee Color CSS Codes

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

#eabdee Text Font Color

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

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


#eabdee Background Color

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

This div background color is #eabdee


#eabdee Border Color

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

This div border color is #eabdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdee


Comments

No comments written yet.

Please login to write comment.