Color Hex Logo

#eaaff8 Color Hex

#EAAFF8
(234,175,248)
0 Favorites   0 Comments

Color spaces of #eaaff8

RGB 234175248
HSL0.800.840.83
HSV288°29°97°
CMYK 0.060.290.00   0.03
XYZ66.204954.929795.9200
Yxy54.92970.30500.2531
Hunter Lab74.114629.7496-24.8537
CIE-Lab79.000833.7352-27.9310

#eaaff8 color RGB value is (234,175,248).

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

The process color (four color CMYK) of #eaaff8 color hex is 0.06, 0.29, 0.00, 0.03. Web safe color of #eaaff8 is #ff99ff. Color #eaaff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11111000
Octal 352 257 370
Decimal 234 175 248
Hex EA AF F8

RGB Percentages of Color #eaaff8

%35.62
%26.64
%37.75

CMYK Percentages of Color #eaaff8

%6
%29
%0
%3

Triadic Colors of #eaaff8

#eaaff8 #f8eaaf #aff8ea

Analogous Colors of #eaaff8

#eaaff8 #f8afe2 #c6aff8

Monochromatic Colors of #eaaff8

#eaaff8

Complementary Color

#eaaff8 #bdf8af

#eaaff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaff8 Color CSS Codes

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

#eaaff8 Text Font Color

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

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


#eaaff8 Background Color

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

This div background color is #eaaff8


#eaaff8 Border Color

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

This div border color is #eaaff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaff8


Comments

No comments written yet.

Please login to write comment.