Color Hex Logo

#eeaef8 Color Hex

#EEAEF8
(238,174,248)
0 Favorites   0 Comments

Color spaces of #eeaef8

RGB 238174248
HSL0.810.840.83
HSV292°30°97°
CMYK 0.040.300.00   0.03
XYZ67.339255.226695.9176
Yxy55.22660.30820.2528
Hunter Lab74.314631.6949-24.5052
CIE-Lab79.171635.5157-27.6348

#eeaef8 color RGB value is (238,174,248).

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

The process color (four color CMYK) of #eeaef8 color hex is 0.04, 0.30, 0.00, 0.03. Web safe color of #eeaef8 is #ff99ff. Color #eeaef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11111000
Octal 356 256 370
Decimal 238 174 248
Hex EE AE F8

RGB Percentages of Color #eeaef8

%36.06
%26.36
%37.58

CMYK Percentages of Color #eeaef8

%4
%30
%0
%3

Triadic Colors of #eeaef8

#eeaef8 #f8eeae #aef8ee

Analogous Colors of #eeaef8

#eeaef8 #f8aedd #c9aef8

Monochromatic Colors of #eeaef8

#eeaef8

Complementary Color

#eeaef8 #b8f8ae

#eeaef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaef8 Color CSS Codes

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

#eeaef8 Text Font Color

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

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


#eeaef8 Background Color

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

This div background color is #eeaef8


#eeaef8 Border Color

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

This div border color is #eeaef8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,174,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 #eeaef8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaef8


Comments

No comments written yet.

Please login to write comment.