Color Hex Logo

#ead3ec Color Hex

#EAD3EC
(234,211,236)
0 Favorites   0 Comments

Color spaces of #ead3ec

RGB 234211236
HSL0.820.400.88
HSV295°11°93°
CMYK 0.010.110.00   0.07
XYZ72.366370.137189.0806
Yxy70.13710.31250.3029
Hunter Lab83.74797.6825-4.4418
CIE-Lab87.064112.3234-9.3591

#ead3ec color RGB value is (234,211,236).

#ead3ec hex color red value is 234, green value is 211 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ead3ec hue: 0.82 , saturation: 0.40 and the lightness value of ead3ec is 0.88.

The process color (four color CMYK) of #ead3ec color hex is 0.01, 0.11, 0.00, 0.07. Web safe color of #ead3ec is #ffccff. Color #ead3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 11101100
Octal 352 323 354
Decimal 234 211 236
Hex EA D3 EC

RGB Percentages of Color #ead3ec

%34.36
%30.98
%34.65

CMYK Percentages of Color #ead3ec

%1
%11
%0
%7

Triadic Colors of #ead3ec

#ead3ec #ecead3 #d3ecea

Analogous Colors of #ead3ec

#ead3ec #ecd3e2 #ded3ec

Monochromatic Colors of #ead3ec

#ead3ec

Complementary Color

#ead3ec #d5ecd3

#ead3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead3ec Color CSS Codes

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

#ead3ec Text Font Color

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

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


#ead3ec Background Color

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

This div background color is #ead3ec


#ead3ec Border Color

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

This div border color is #ead3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead3ec

#ead3ec Color Palettes


Comments

No comments written yet.

Please login to write comment.