Color Hex Logo

#eacbee Color Hex

#EACBEE
(234,203,238)
0 Favorites   0 Comments

Color spaces of #eacbee

RGB 234203238
HSL0.810.510.86
HSV293°15°93°
CMYK 0.020.150.00   0.07
XYZ70.720266.377389.9737
Yxy66.37730.31140.2923
Hunter Lab81.472312.3665-8.4462
CIE-Lab85.188516.9193-13.2158

#eacbee color RGB value is (234,203,238).

#eacbee hex color red value is 234, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eacbee hue: 0.81 , saturation: 0.51 and the lightness value of eacbee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 11101110
Octal 352 313 356
Decimal 234 203 238
Hex EA CB EE

RGB Percentages of Color #eacbee

%34.67
%30.07
%35.26

CMYK Percentages of Color #eacbee

%2
%15
%0
%7

Triadic Colors of #eacbee

#eacbee #eeeacb #cbeeea

Analogous Colors of #eacbee

#eacbee #eecbe1 #d9cbee

Monochromatic Colors of #eacbee

#eacbee

Complementary Color

#eacbee #cfeecb

#eacbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacbee Color CSS Codes

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

#eacbee Text Font Color

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

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


#eacbee Background Color

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

This div background color is #eacbee


#eacbee Border Color

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

This div border color is #eacbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacbee


Comments

No comments written yet.

Please login to write comment.