Color Hex Logo

#eec3bd Color Hex

#EEC3BD
(238,195,189)
0 Favorites   0 Comments

Color spaces of #eec3bd

RGB 238195189
HSL0.020.590.84
HSV21°93°
CMYK 0.000.180.21   0.07
XYZ63.960360.881556.5243
Yxy60.88150.35270.3357
Hunter Lab78.02669.774211.6676
CIE-Lab82.315014.38308.7695

#eec3bd color RGB value is (238,195,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 10111101
Octal 356 303 275
Decimal 238 195 189
Hex EE C3 BD

RGB Percentages of Color #eec3bd

%38.26
%31.35
%30.39

CMYK Percentages of Color #eec3bd

%0
%18
%21
%7

Triadic Colors of #eec3bd

#eec3bd #bdeec3 #c3bdee

Analogous Colors of #eec3bd

#eec3bd #eedcbd #eebdd0

Monochromatic Colors of #eec3bd

#eec3bd

Complementary Color

#eec3bd #bde8ee

#eec3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec3bd Color CSS Codes

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

#eec3bd Text Font Color

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

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


#eec3bd Background Color

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

This div background color is #eec3bd


#eec3bd Border Color

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

This div border color is #eec3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec3bd

#eec3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.