Color Hex Logo

#eebed0 Color Hex

#EEBED0
(238,190,208)
0 Favorites   0 Comments

Color spaces of #eebed0

RGB 238190208
HSL0.940.590.84
HSV338°20°93°
CMYK 0.000.200.13   0.07
XYZ65.058559.558167.7414
Yxy59.55810.33820.3096
Hunter Lab77.173915.42331.9784
CIE-Lab81.597419.9696-2.4658

#eebed0 color RGB value is (238,190,208).

#eebed0 hex color red value is 238, green value is 190 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #eebed0 hue: 0.94 , saturation: 0.59 and the lightness value of eebed0 is 0.84.

The process color (four color CMYK) of #eebed0 color hex is 0.00, 0.20, 0.13, 0.07. Web safe color of #eebed0 is #ffcccc. Color #eebed0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11010000
Octal 356 276 320
Decimal 238 190 208
Hex EE BE D0

RGB Percentages of Color #eebed0

%37.42
%29.87
%32.70

CMYK Percentages of Color #eebed0

%0
%20
%13
%7

Triadic Colors of #eebed0

#eebed0 #d0eebe #bed0ee

Analogous Colors of #eebed0

#eebed0 #eec4be #eebee8

Monochromatic Colors of #eebed0

#eebed0

Complementary Color

#eebed0 #beeedc

#eebed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebed0 Color CSS Codes

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

#eebed0 Text Font Color

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

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


#eebed0 Background Color

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

This div background color is #eebed0


#eebed0 Border Color

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

This div border color is #eebed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebed0


Comments

No comments written yet.

Please login to write comment.