Color Hex Logo

#e2adbf Color Hex

#E2ADBF
(226,173,191)
0 Favorites   0 Comments

Color spaces of #e2adbf

RGB 226173191
HSL0.940.480.78
HSV340°23°89°
CMYK 0.000.230.15   0.11
XYZ55.711649.817555.9696
Yxy49.81750.34500.3085
Hunter Lab70.581517.37652.3914
CIE-Lab75.957122.0788-1.6649

#e2adbf color RGB value is (226,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101101 10111111
Octal 342 255 277
Decimal 226 173 191
Hex E2 AD BF

RGB Percentages of Color #e2adbf

%38.31
%29.32
%32.37

CMYK Percentages of Color #e2adbf

%0
%23
%15
%11

Triadic Colors of #e2adbf

#e2adbf #bfe2ad #adbfe2

Analogous Colors of #e2adbf

#e2adbf #e2b6ad #e2adda

Monochromatic Colors of #e2adbf

#e2adbf

Complementary Color

#e2adbf #ade2d0

#e2adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2adbf Color CSS Codes

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

#e2adbf Text Font Color

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

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


#e2adbf Background Color

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

This div background color is #e2adbf


#e2adbf Border Color

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

This div border color is #e2adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2adbf


Comments

No comments written yet.

Please login to write comment.