Color Hex Logo

#ecc9bf Color Hex

#ECC9BF
(236,201,191)
0 Favorites   0 Comments

Color spaces of #ecc9bf

RGB 236201191
HSL0.040.540.84
HSV13°19°93°
CMYK 0.000.150.19   0.07
XYZ64.882763.367758.1017
Yxy63.36770.34820.3400
Hunter Lab79.60386.183312.4478
CIE-Lab83.635510.78769.5646

#ecc9bf color RGB value is (236,201,191).

#ecc9bf hex color red value is 236, green value is 201 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ecc9bf hue: 0.04 , saturation: 0.54 and the lightness value of ecc9bf is 0.84.

The process color (four color CMYK) of #ecc9bf color hex is 0.00, 0.15, 0.19, 0.07. Web safe color of #ecc9bf is #ffcccc. Color #ecc9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 10111111
Octal 354 311 277
Decimal 236 201 191
Hex EC C9 BF

RGB Percentages of Color #ecc9bf

%37.58
%32.01
%30.41

CMYK Percentages of Color #ecc9bf

%0
%15
%19
%7

Triadic Colors of #ecc9bf

#ecc9bf #bfecc9 #c9bfec

Analogous Colors of #ecc9bf

#ecc9bf #ece0bf #ecbfcc

Monochromatic Colors of #ecc9bf

#ecc9bf

Complementary Color

#ecc9bf #bfe2ec

#ecc9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc9bf Color CSS Codes

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

#ecc9bf Text Font Color

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

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


#ecc9bf Background Color

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

This div background color is #ecc9bf


#ecc9bf Border Color

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

This div border color is #ecc9bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,201,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 #ecc9bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc9bf


Comments

No comments written yet.

Please login to write comment.