Color Hex Logo

#eabbee Color Hex

#EABBEE
(234,187,238)
0 Favorites   0 Comments

Color spaces of #eabbee

RGB 234187238
HSL0.820.600.83
HSV295°21°93°
CMYK 0.020.210.00   0.07
XYZ67.134659.206188.7785
Yxy59.20610.31210.2752
Hunter Lab76.945521.0858-14.5460
CIE-Lab81.404825.4382-18.9048

#eabbee color RGB value is (234,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11101110
Octal 352 273 356
Decimal 234 187 238
Hex EA BB EE

RGB Percentages of Color #eabbee

%35.51
%28.38
%36.12

CMYK Percentages of Color #eabbee

%2
%21
%0
%7

Triadic Colors of #eabbee

#eabbee #eeeabb #bbeeea

Analogous Colors of #eabbee

#eabbee #eebbd9 #d1bbee

Monochromatic Colors of #eabbee

#eabbee

Complementary Color

#eabbee #bfeebb

#eabbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbee Color CSS Codes

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

#eabbee Text Font Color

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

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


#eabbee Background Color

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

This div background color is #eabbee


#eabbee Border Color

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

This div border color is #eabbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbee


Comments

No comments written yet.

Please login to write comment.