Color Hex Logo

#ead7eb Color Hex

#EAD7EB
(234,215,235)
0 Favorites   0 Comments

Color spaces of #ead7eb

RGB 234215235
HSL0.830.330.88
HSV297°92°
CMYK 0.000.090.00   0.08
XYZ73.227572.091588.6528
Yxy72.09150.31300.3081
Hunter Lab84.90675.3600-2.4712
CIE-Lab88.012610.0388-7.4237

#ead7eb color RGB value is (234,215,235).

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

The process color (four color CMYK) of #ead7eb color hex is 0.00, 0.09, 0.00, 0.08. Web safe color of #ead7eb is #ffccff. Color #ead7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 11101011
Octal 352 327 353
Decimal 234 215 235
Hex EA D7 EB

RGB Percentages of Color #ead7eb

%34.21
%31.43
%34.36

CMYK Percentages of Color #ead7eb

%0
%9
%0
%8

Triadic Colors of #ead7eb

#ead7eb #ebead7 #d7ebea

Analogous Colors of #ead7eb

#ead7eb #ebd7e2 #e0d7eb

Monochromatic Colors of #ead7eb

#ead7eb

Complementary Color

#ead7eb #d8ebd7

#ead7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead7eb Color CSS Codes

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

#ead7eb Text Font Color

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

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


#ead7eb Background Color

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

This div background color is #ead7eb


#ead7eb Border Color

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

This div border color is #ead7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead7eb


Comments

No comments written yet.

Please login to write comment.