Color Hex Logo

#eabff6 Color Hex

#EABFF6
(234,191,246)
0 Favorites   0 Comments

Color spaces of #eabff6

RGB 234191246
HSL0.800.750.86
HSV287°22°96°
CMYK 0.050.220.00   0.04
XYZ69.197061.407895.3946
Yxy61.40780.30620.2717
Hunter Lab78.363120.4854-17.3219
CIE-Lab82.597524.8110-21.3791

#eabff6 color RGB value is (234,191,246).

#eabff6 hex color red value is 234, green value is 191 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #eabff6 hue: 0.80 , saturation: 0.75 and the lightness value of eabff6 is 0.86.

The process color (four color CMYK) of #eabff6 color hex is 0.05, 0.22, 0.00, 0.04. Web safe color of #eabff6 is #ffccff. Color #eabff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 11110110
Octal 352 277 366
Decimal 234 191 246
Hex EA BF F6

RGB Percentages of Color #eabff6

%34.87
%28.46
%36.66

CMYK Percentages of Color #eabff6

%5
%22
%0
%4

Triadic Colors of #eabff6

#eabff6 #f6eabf #bff6ea

Analogous Colors of #eabff6

#eabff6 #f6bfe7 #cfbff6

Monochromatic Colors of #eabff6

#eabff6

Complementary Color

#eabff6 #cbf6bf

#eabff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabff6 Color CSS Codes

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

#eabff6 Text Font Color

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

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


#eabff6 Background Color

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

This div background color is #eabff6


#eabff6 Border Color

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

This div border color is #eabff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabff6


Comments

No comments written yet.

Please login to write comment.