Color Hex Logo

#eabbdf Color Hex

#EABBDF
(234,187,223)
0 Favorites   0 Comments

Color spaces of #eabbdf

RGB 234187223
HSL0.870.530.83
HSV314°20°92°
CMYK 0.000.200.05   0.08
XYZ65.021358.360877.6498
Yxy58.36080.32340.2903
Hunter Lab76.394218.2365-6.7885
CIE-Lab80.939022.7237-11.5497

#eabbdf color RGB value is (234,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11011111
Octal 352 273 337
Decimal 234 187 223
Hex EA BB DF

RGB Percentages of Color #eabbdf

%36.34
%29.04
%34.63

CMYK Percentages of Color #eabbdf

%0
%20
%5
%8

Triadic Colors of #eabbdf

#eabbdf #dfeabb #bbdfea

Analogous Colors of #eabbdf

#eabbdf #eabbc8 #debbea

Monochromatic Colors of #eabbdf

#eabbdf

Complementary Color

#eabbdf #bbeac6

#eabbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbdf Color CSS Codes

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

#eabbdf Text Font Color

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

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


#eabbdf Background Color

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

This div background color is #eabbdf


#eabbdf Border Color

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

This div border color is #eabbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbdf


Comments

No comments written yet.

Please login to write comment.