Color Hex Logo

#e2adcf Color Hex

#E2ADCF
(226,173,207)
0 Favorites   0 Comments

Color spaces of #e2adcf

RGB 226173207
HSL0.890.480.78
HSV322°23°89°
CMYK 0.000.230.08   0.11
XYZ57.570150.560965.7564
Yxy50.56090.33110.2908
Hunter Lab71.106220.0841-5.0549
CIE-Lab76.412324.7192-9.7214

#e2adcf color RGB value is (226,173,207).

#e2adcf hex color red value is 226, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e2adcf hue: 0.89 , saturation: 0.48 and the lightness value of e2adcf is 0.78.

The process color (four color CMYK) of #e2adcf color hex is 0.00, 0.23, 0.08, 0.11. Web safe color of #e2adcf is #cc99cc. Color #e2adcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 11001111
Octal 342 255 317
Decimal 226 173 207
Hex E2 AD CF

RGB Percentages of Color #e2adcf

%37.29
%28.55
%34.16

CMYK Percentages of Color #e2adcf

%0
%23
%8
%11

Triadic Colors of #e2adcf

#e2adcf #cfe2ad #adcfe2

Analogous Colors of #e2adcf

#e2adcf #e2adb5 #dbade2

Monochromatic Colors of #e2adcf

#e2adcf

Complementary Color

#e2adcf #ade2c0

#e2adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2adcf Color CSS Codes

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

#e2adcf Text Font Color

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

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


#e2adcf Background Color

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

This div background color is #e2adcf


#e2adcf Border Color

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

This div border color is #e2adcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,173,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2adcf


Comments

No comments written yet.

Please login to write comment.