Color Hex Logo

#eabfd6 Color Hex

#EABFD6
(234,191,214)
0 Favorites   0 Comments

Color spaces of #eabfd6

RGB 234191214
HSL0.910.510.83
HSV328°18°92°
CMYK 0.000.180.09   0.08
XYZ64.700159.609171.7140
Yxy59.60910.33010.3041
Hunter Lab77.206914.4725-1.0269
CIE-Lab81.625319.0389-5.6921

#eabfd6 color RGB value is (234,191,214).

#eabfd6 hex color red value is 234, green value is 191 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #eabfd6 hue: 0.91 , saturation: 0.51 and the lightness value of eabfd6 is 0.83.

The process color (four color CMYK) of #eabfd6 color hex is 0.00, 0.18, 0.09, 0.08. Web safe color of #eabfd6 is #ffcccc. Color #eabfd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 11010110
Octal 352 277 326
Decimal 234 191 214
Hex EA BF D6

RGB Percentages of Color #eabfd6

%36.62
%29.89
%33.49

CMYK Percentages of Color #eabfd6

%0
%18
%9
%8

Triadic Colors of #eabfd6

#eabfd6 #d6eabf #bfd6ea

Analogous Colors of #eabfd6

#eabfd6 #eabfc1 #e9bfea

Monochromatic Colors of #eabfd6

#eabfd6

Complementary Color

#eabfd6 #bfead3

#eabfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabfd6 Color CSS Codes

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

#eabfd6 Text Font Color

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

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


#eabfd6 Background Color

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

This div background color is #eabfd6


#eabfd6 Border Color

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

This div border color is #eabfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabfd6


Comments

No comments written yet.

Please login to write comment.