Color Hex Logo

#eaadeb Color Hex

#EAADEB
(234,173,235)
0 Favorites   0 Comments

Color spaces of #eaadeb

RGB 234173235
HSL0.830.610.80
HSV299°26°92°
CMYK 0.000.260.00   0.08
XYZ63.870753.377785.5338
Yxy53.37770.31500.2632
Hunter Lab73.060028.1936-18.2707
CIE-Lab78.097532.3574-22.3024

#eaadeb color RGB value is (234,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11101011
Octal 352 255 353
Decimal 234 173 235
Hex EA AD EB

RGB Percentages of Color #eaadeb

%36.45
%26.95
%36.60

CMYK Percentages of Color #eaadeb

%0
%26
%0
%8

Triadic Colors of #eaadeb

#eaadeb #ebeaad #adebea

Analogous Colors of #eaadeb

#eaadeb #ebadcd #cbadeb

Monochromatic Colors of #eaadeb

#eaadeb

Complementary Color

#eaadeb #aeebad

#eaadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadeb Color CSS Codes

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

#eaadeb Text Font Color

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

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


#eaadeb Background Color

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

This div background color is #eaadeb


#eaadeb Border Color

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

This div border color is #eaadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadeb


Comments

No comments written yet.

Please login to write comment.