Color Hex Logo

#ead3eb Color Hex

#EAD3EB
(234,211,235)
0 Favorites   0 Comments

Color spaces of #ead3eb

RGB 234211235
HSL0.830.380.87
HSV298°10°92°
CMYK 0.000.100.00   0.08
XYZ72.221370.079188.3174
Yxy70.07910.31320.3039
Hunter Lab83.71337.4977-3.9516
CIE-Lab87.035612.1407-8.8723

#ead3eb color RGB value is (234,211,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 11101011
Octal 352 323 353
Decimal 234 211 235
Hex EA D3 EB

RGB Percentages of Color #ead3eb

%34.41
%31.03
%34.56

CMYK Percentages of Color #ead3eb

%0
%10
%0
%8

Triadic Colors of #ead3eb

#ead3eb #ebead3 #d3ebea

Analogous Colors of #ead3eb

#ead3eb #ebd3e0 #ded3eb

Monochromatic Colors of #ead3eb

#ead3eb

Complementary Color

#ead3eb #d4ebd3

#ead3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead3eb Color CSS Codes

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

#ead3eb Text Font Color

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

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


#ead3eb Background Color

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

This div background color is #ead3eb


#ead3eb Border Color

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

This div border color is #ead3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead3eb


Comments

No comments written yet.

Please login to write comment.