Color Hex Logo

#eec5bf Color Hex

#EEC5BF
(238,197,191)
0 Favorites   0 Comments

Color spaces of #eec5bf

RGB 238197191
HSL0.020.580.84
HSV20°93°
CMYK 0.000.170.20   0.07
XYZ64.630161.871257.8262
Yxy61.87120.35060.3357
Hunter Lab78.65829.013811.4733
CIE-Lab82.844913.62328.4583

#eec5bf color RGB value is (238,197,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 10111111
Octal 356 305 277
Decimal 238 197 191
Hex EE C5 BF

RGB Percentages of Color #eec5bf

%38.02
%31.47
%30.51

CMYK Percentages of Color #eec5bf

%0
%17
%20
%7

Triadic Colors of #eec5bf

#eec5bf #bfeec5 #c5bfee

Analogous Colors of #eec5bf

#eec5bf #eeddbf #eebfd1

Monochromatic Colors of #eec5bf

#eec5bf

Complementary Color

#eec5bf #bfe8ee

#eec5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec5bf Color CSS Codes

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

#eec5bf Text Font Color

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

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


#eec5bf Background Color

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

This div background color is #eec5bf


#eec5bf Border Color

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

This div border color is #eec5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec5bf


Comments

No comments written yet.

Please login to write comment.