Color Hex Logo

#e6acda Color Hex

#E6ACDA
(230,172,218)
0 Favorites   0 Comments

Color spaces of #e6acda

RGB 230172218
HSL0.870.540.79
HSV312°25°90°
CMYK 0.000.250.05   0.10
XYZ60.040551.390073.0844
Yxy51.39000.32540.2785
Hunter Lab71.686824.0488-10.2651
CIE-Lab76.914628.5203-14.9153

#e6acda color RGB value is (230,172,218).

#e6acda hex color red value is 230, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e6acda hue: 0.87 , saturation: 0.54 and the lightness value of e6acda is 0.79.

The process color (four color CMYK) of #e6acda color hex is 0.00, 0.25, 0.05, 0.10. Web safe color of #e6acda is #ff99cc. Color #e6acda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11011010
Octal 346 254 332
Decimal 230 172 218
Hex E6 AC DA

RGB Percentages of Color #e6acda

%37.10
%27.74
%35.16

CMYK Percentages of Color #e6acda

%0
%25
%5
%10

Triadic Colors of #e6acda

#e6acda #dae6ac #acdae6

Analogous Colors of #e6acda

#e6acda #e6acbd #d5ace6

Monochromatic Colors of #e6acda

#e6acda

Complementary Color

#e6acda #ace6b8

#e6acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acda Color CSS Codes

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

#e6acda Text Font Color

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

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


#e6acda Background Color

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

This div background color is #e6acda


#e6acda Border Color

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

This div border color is #e6acda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,172,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6acda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6acda;
  -webkit-box-shadow: 1px 1px 3px 2px #e6acda;
  box-shadow:         1px 1px 3px 2px #e6acda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,172,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acda


Comments

No comments written yet.

Please login to write comment.