Color Hex Logo

#eebed4 Color Hex

#EEBED4
(238,190,212)
0 Favorites   0 Comments

Color spaces of #eebed4

RGB 238190212
HSL0.920.590.84
HSV333°20°93°
CMYK 0.000.200.11   0.07
XYZ65.557059.757570.3665
Yxy59.75750.33500.3054
Hunter Lab77.303016.09720.1422
CIE-Lab81.706220.6233-4.4557

#eebed4 color RGB value is (238,190,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11010100
Octal 356 276 324
Decimal 238 190 212
Hex EE BE D4

RGB Percentages of Color #eebed4

%37.19
%29.69
%33.13

CMYK Percentages of Color #eebed4

%0
%20
%11
%7

Triadic Colors of #eebed4

#eebed4 #d4eebe #bed4ee

Analogous Colors of #eebed4

#eebed4 #eec0be #eebeec

Monochromatic Colors of #eebed4

#eebed4

Complementary Color

#eebed4 #beeed8

#eebed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebed4 Color CSS Codes

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

#eebed4 Text Font Color

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

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


#eebed4 Background Color

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

This div background color is #eebed4


#eebed4 Border Color

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

This div border color is #eebed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebed4


Comments

No comments written yet.

Please login to write comment.