Color Hex Logo

#eaafeb Color Hex

#EAAFEB
(234,175,235)
0 Favorites   0 Comments

Color spaces of #eaafeb

RGB 234175235
HSL0.830.600.80
HSV299°26°92°
CMYK 0.000.260.00   0.08
XYZ64.257154.150585.6626
Yxy54.15050.31490.2654
Hunter Lab73.587027.0911-17.5085
CIE-Lab78.549431.2907-21.6158

#eaafeb color RGB value is (234,175,235).

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

The process color (four color CMYK) of #eaafeb color hex is 0.00, 0.26, 0.00, 0.08. Web safe color of #eaafeb is #ff99ff. Color #eaafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11101011
Octal 352 257 353
Decimal 234 175 235
Hex EA AF EB

RGB Percentages of Color #eaafeb

%36.34
%27.17
%36.49

CMYK Percentages of Color #eaafeb

%0
%26
%0
%8

Triadic Colors of #eaafeb

#eaafeb #ebeaaf #afebea

Analogous Colors of #eaafeb

#eaafeb #ebafce #ccafeb

Monochromatic Colors of #eaafeb

#eaafeb

Complementary Color

#eaafeb #b0ebaf

#eaafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaafeb Color CSS Codes

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

#eaafeb Text Font Color

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

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


#eaafeb Background Color

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

This div background color is #eaafeb


#eaafeb Border Color

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

This div border color is #eaafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaafeb


Comments

No comments written yet.

Please login to write comment.