Color Hex Logo

#eebec4 Color Hex

#EEBEC4
(238,190,196)
0 Favorites   0 Comments

Color spaces of #eebec4

RGB 238190196
HSL0.980.590.84
HSV353°20°93°
CMYK 0.000.200.18   0.07
XYZ63.637258.989660.2566
Yxy58.98960.34800.3226
Hunter Lab76.804713.48957.2477
CIE-Lab81.285918.07993.5324

#eebec4 color RGB value is (238,190,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11000100
Octal 356 276 304
Decimal 238 190 196
Hex EE BE C4

RGB Percentages of Color #eebec4

%38.14
%30.45
%31.41

CMYK Percentages of Color #eebec4

%0
%20
%18
%7

Triadic Colors of #eebec4

#eebec4 #c4eebe #bec4ee

Analogous Colors of #eebec4

#eebec4 #eed0be #eebedc

Monochromatic Colors of #eebec4

#eebec4

Complementary Color

#eebec4 #beeee8

#eebec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebec4 Color CSS Codes

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

#eebec4 Text Font Color

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

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


#eebec4 Background Color

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

This div background color is #eebec4


#eebec4 Border Color

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

This div border color is #eebec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebec4


Comments

No comments written yet.

Please login to write comment.