Color Hex Logo

#e2bfdf Color Hex

#E2BFDF
(226,191,223)
0 Favorites   0 Comments

Color spaces of #e2bfdf

RGB 226191223
HSL0.850.380.82
HSV305°15°89°
CMYK 0.000.150.01   0.11
XYZ63.314158.758177.8165
Yxy58.75810.31670.2940
Hunter Lab76.653813.2922-6.5316
CIE-Lab81.158417.8876-11.2990

#e2bfdf color RGB value is (226,191,223).

#e2bfdf hex color red value is 226, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2bfdf hue: 0.85 , saturation: 0.38 and the lightness value of e2bfdf is 0.82.

The process color (four color CMYK) of #e2bfdf color hex is 0.00, 0.15, 0.01, 0.11. Web safe color of #e2bfdf is #cccccc. Color #e2bfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111111 11011111
Octal 342 277 337
Decimal 226 191 223
Hex E2 BF DF

RGB Percentages of Color #e2bfdf

%35.31
%29.84
%34.84

CMYK Percentages of Color #e2bfdf

%0
%15
%1
%11

Triadic Colors of #e2bfdf

#e2bfdf #dfe2bf #bfdfe2

Analogous Colors of #e2bfdf

#e2bfdf #e2bfce #d4bfe2

Monochromatic Colors of #e2bfdf

#e2bfdf

Complementary Color

#e2bfdf #bfe2c2

#e2bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bfdf Color CSS Codes

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

#e2bfdf Text Font Color

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

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


#e2bfdf Background Color

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

This div background color is #e2bfdf


#e2bfdf Border Color

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

This div border color is #e2bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bfdf


Comments

No comments written yet.

Please login to write comment.