Color Hex Logo

#e7bedd Color Hex

#E7BEDD
(231,190,221)
0 Favorites   0 Comments

Color spaces of #e7bedd

RGB 231190221
HSL0.870.460.83
HSV315°18°91°
CMYK 0.000.180.04   0.09
XYZ64.419659.036376.4065
Yxy59.03630.32230.2954
Hunter Lab76.835115.1955-5.1747
CIE-Lab81.311519.7546-9.9485

#e7bedd color RGB value is (231,190,221).

#e7bedd hex color red value is 231, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e7bedd hue: 0.87 , saturation: 0.46 and the lightness value of e7bedd is 0.83.

The process color (four color CMYK) of #e7bedd color hex is 0.00, 0.18, 0.04, 0.09. Web safe color of #e7bedd is #ffcccc. Color #e7bedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111110 11011101
Octal 347 276 335
Decimal 231 190 221
Hex E7 BE DD

RGB Percentages of Color #e7bedd

%35.98
%29.60
%34.42

CMYK Percentages of Color #e7bedd

%0
%18
%4
%9

Triadic Colors of #e7bedd

#e7bedd #dde7be #bedde7

Analogous Colors of #e7bedd

#e7bedd #e7bec9 #ddbee7

Monochromatic Colors of #e7bedd

#e7bedd

Complementary Color

#e7bedd #bee7c8

#e7bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bedd Color CSS Codes

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

#e7bedd Text Font Color

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

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


#e7bedd Background Color

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

This div background color is #e7bedd


#e7bedd Border Color

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

This div border color is #e7bedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,190,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7bedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7bedd;
  -webkit-box-shadow: 1px 1px 3px 2px #e7bedd;
  box-shadow:         1px 1px 3px 2px #e7bedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bedd


Comments

No comments written yet.

Please login to write comment.