Color Hex Logo

#eebed5 Color Hex

#EEBED5
(238,190,213)
0 Favorites   0 Comments

Color spaces of #eebed5

RGB 238190213
HSL0.920.590.84
HSV331°20°93°
CMYK 0.000.200.11   0.07
XYZ65.683659.808271.0330
Yxy59.80820.33420.3043
Hunter Lab77.335816.2679-0.3229
CIE-Lab81.733820.7884-4.9523

#eebed5 color RGB value is (238,190,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11010101
Octal 356 276 325
Decimal 238 190 213
Hex EE BE D5

RGB Percentages of Color #eebed5

%37.13
%29.64
%33.23

CMYK Percentages of Color #eebed5

%0
%20
%11
%7

Triadic Colors of #eebed5

#eebed5 #d5eebe #bed5ee

Analogous Colors of #eebed5

#eebed5 #eebfbe #eebeed

Monochromatic Colors of #eebed5

#eebed5

Complementary Color

#eebed5 #beeed7

#eebed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebed5 Color CSS Codes

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

#eebed5 Text Font Color

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

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


#eebed5 Background Color

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

This div background color is #eebed5


#eebed5 Border Color

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

This div border color is #eebed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebed5


Comments

No comments written yet.

Please login to write comment.