Color Hex Logo

#eabfd7 Color Hex

#EABFD7
(234,191,215)
0 Favorites   0 Comments

Color spaces of #eabfd7

RGB 234191215
HSL0.910.510.83
HSV327°18°92°
CMYK 0.000.180.08   0.08
XYZ64.828259.660372.3888
Yxy59.66030.32930.3030
Hunter Lab77.240114.6463-1.4981
CIE-Lab81.653219.2086-6.1880

#eabfd7 color RGB value is (234,191,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 11010111
Octal 352 277 327
Decimal 234 191 215
Hex EA BF D7

RGB Percentages of Color #eabfd7

%36.56
%29.84
%33.59

CMYK Percentages of Color #eabfd7

%0
%18
%8
%8

Triadic Colors of #eabfd7

#eabfd7 #d7eabf #bfd7ea

Analogous Colors of #eabfd7

#eabfd7 #eabfc2 #e8bfea

Monochromatic Colors of #eabfd7

#eabfd7

Complementary Color

#eabfd7 #bfead2

#eabfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabfd7 Color CSS Codes

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

#eabfd7 Text Font Color

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

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


#eabfd7 Background Color

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

This div background color is #eabfd7


#eabfd7 Border Color

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

This div border color is #eabfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabfd7


Comments

No comments written yet.

Please login to write comment.