Color Hex Logo

#e2afbd Color Hex

#E2AFBD
(226,175,189)
0 Favorites   0 Comments

Color spaces of #e2afbd

RGB 226175189
HSL0.950.470.79
HSV344°23°89°
CMYK 0.000.230.16   0.11
XYZ55.879350.502854.9470
Yxy50.50280.34640.3130
Hunter Lab71.065315.99183.9033
CIE-Lab76.376820.68900.0405

#e2afbd color RGB value is (226,175,189).

#e2afbd hex color red value is 226, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2afbd hue: 0.95 , saturation: 0.47 and the lightness value of e2afbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101111 10111101
Octal 342 257 275
Decimal 226 175 189
Hex E2 AF BD

RGB Percentages of Color #e2afbd

%38.31
%29.66
%32.03

CMYK Percentages of Color #e2afbd

%0
%23
%16
%11

Triadic Colors of #e2afbd

#e2afbd #bde2af #afbde2

Analogous Colors of #e2afbd

#e2afbd #e2bbaf #e2afd7

Monochromatic Colors of #e2afbd

#e2afbd

Complementary Color

#e2afbd #afe2d4

#e2afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2afbd Color CSS Codes

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

#e2afbd Text Font Color

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

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


#e2afbd Background Color

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

This div background color is #e2afbd


#e2afbd Border Color

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

This div border color is #e2afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2afbd


Comments

No comments written yet.

Please login to write comment.