Color Hex Logo

#eabfe7 Color Hex

#EABFE7
(234,191,231)
0 Favorites   0 Comments

Color spaces of #eabfe7

RGB 234191231
HSL0.840.510.83
HSV304°18°92°
CMYK 0.000.180.01   0.08
XYZ66.986360.523683.7530
Yxy60.52360.31710.2865
Hunter Lab77.796917.5511-9.3714
CIE-Lab82.122022.0187-14.0740

#eabfe7 color RGB value is (234,191,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 11100111
Octal 352 277 347
Decimal 234 191 231
Hex EA BF E7

RGB Percentages of Color #eabfe7

%35.67
%29.12
%35.21

CMYK Percentages of Color #eabfe7

%0
%18
%1
%8

Triadic Colors of #eabfe7

#eabfe7 #e7eabf #bfe7ea

Analogous Colors of #eabfe7

#eabfe7 #eabfd2 #d8bfea

Monochromatic Colors of #eabfe7

#eabfe7

Complementary Color

#eabfe7 #bfeac2

#eabfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabfe7 Color CSS Codes

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

#eabfe7 Text Font Color

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

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


#eabfe7 Background Color

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

This div background color is #eabfe7


#eabfe7 Border Color

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

This div border color is #eabfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabfe7


Comments

No comments written yet.

Please login to write comment.