Color Hex Logo

#e0adcf Color Hex

#E0ADCF
(224,173,207)
0 Favorites   0 Comments

Color spaces of #e0adcf

RGB 224173207
HSL0.890.450.78
HSV320°23°88°
CMYK 0.000.230.08   0.12
XYZ56.946550.239465.7273
Yxy50.23940.32930.2905
Hunter Lab70.879819.3716-5.3642
CIE-Lab76.216024.0322-10.0349

#e0adcf color RGB value is (224,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101101 11001111
Octal 340 255 317
Decimal 224 173 207
Hex E0 AD CF

RGB Percentages of Color #e0adcf

%37.09
%28.64
%34.27

CMYK Percentages of Color #e0adcf

%0
%23
%8
%12

Triadic Colors of #e0adcf

#e0adcf #cfe0ad #adcfe0

Analogous Colors of #e0adcf

#e0adcf #e0adb6 #d8ade0

Monochromatic Colors of #e0adcf

#e0adcf

Complementary Color

#e0adcf #ade0be

#e0adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0adcf Color CSS Codes

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

#e0adcf Text Font Color

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

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


#e0adcf Background Color

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

This div background color is #e0adcf


#e0adcf Border Color

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

This div border color is #e0adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0adcf


Comments

No comments written yet.

Please login to write comment.