Color Hex Logo

#eabbdc Color Hex

#EABBDC
(234,187,220)
0 Favorites   0 Comments

Color spaces of #eabbdc

RGB 234187220
HSL0.880.530.83
HSV318°20°92°
CMYK 0.000.200.06   0.08
XYZ64.620358.200475.5381
Yxy58.20040.32580.2934
Hunter Lab76.289217.6913-5.3038
CIE-Lab80.850122.1993-10.0682

#eabbdc color RGB value is (234,187,220).

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

The process color (four color CMYK) of #eabbdc color hex is 0.00, 0.20, 0.06, 0.08. Web safe color of #eabbdc is #ffcccc. Color #eabbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11011100
Octal 352 273 334
Decimal 234 187 220
Hex EA BB DC

RGB Percentages of Color #eabbdc

%36.51
%29.17
%34.32

CMYK Percentages of Color #eabbdc

%0
%20
%6
%8

Triadic Colors of #eabbdc

#eabbdc #dceabb #bbdcea

Analogous Colors of #eabbdc

#eabbdc #eabbc5 #e1bbea

Monochromatic Colors of #eabbdc

#eabbdc

Complementary Color

#eabbdc #bbeac9

#eabbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbdc Color CSS Codes

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

#eabbdc Text Font Color

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

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


#eabbdc Background Color

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

This div background color is #eabbdc


#eabbdc Border Color

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

This div border color is #eabbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbdc


Comments

No comments written yet.

Please login to write comment.