Color Hex Logo

#eebed7 Color Hex

#EEBED7
(238,190,215)
0 Favorites   0 Comments

Color spaces of #eebed7

RGB 238190215
HSL0.910.590.84
HSV329°20°93°
CMYK 0.000.200.10   0.07
XYZ65.939159.910472.3785
Yxy59.91040.33260.3022
Hunter Lab77.401816.6121-1.2609
CIE-Lab81.789521.1210-5.9448

#eebed7 color RGB value is (238,190,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11010111
Octal 356 276 327
Decimal 238 190 215
Hex EE BE D7

RGB Percentages of Color #eebed7

%37.01
%29.55
%33.44

CMYK Percentages of Color #eebed7

%0
%20
%10
%7

Triadic Colors of #eebed7

#eebed7 #d7eebe #bed7ee

Analogous Colors of #eebed7

#eebed7 #eebebf #edbeee

Monochromatic Colors of #eebed7

#eebed7

Complementary Color

#eebed7 #beeed5

#eebed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebed7 Color CSS Codes

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

#eebed7 Text Font Color

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

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


#eebed7 Background Color

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

This div background color is #eebed7


#eebed7 Border Color

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

This div border color is #eebed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebed7


Comments

No comments written yet.

Please login to write comment.