Color Hex Logo

#eabcdf Color Hex

#EABCDF
(234,188,223)
0 Favorites   0 Comments

Color spaces of #eabcdf

RGB 234188223
HSL0.870.520.83
HSV314°20°92°
CMYK 0.000.200.05   0.08
XYZ65.234258.786677.7208
Yxy58.78660.32340.2914
Hunter Lab76.672417.6941-6.4300
CIE-Lab81.174222.1903-11.1986

#eabcdf color RGB value is (234,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11011111
Octal 352 274 337
Decimal 234 188 223
Hex EA BC DF

RGB Percentages of Color #eabcdf

%36.28
%29.15
%34.57

CMYK Percentages of Color #eabcdf

%0
%20
%5
%8

Triadic Colors of #eabcdf

#eabcdf #dfeabc #bcdfea

Analogous Colors of #eabcdf

#eabcdf #eabcc8 #debcea

Monochromatic Colors of #eabcdf

#eabcdf

Complementary Color

#eabcdf #bceac7

#eabcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcdf Color CSS Codes

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

#eabcdf Text Font Color

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

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


#eabcdf Background Color

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

This div background color is #eabcdf


#eabcdf Border Color

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

This div border color is #eabcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcdf


Comments

No comments written yet.

Please login to write comment.