Color Hex Logo

#ecc7bd Color Hex

#ECC7BD
(236,199,189)
0 Favorites   0 Comments

Color spaces of #ecc7bd

RGB 236199189
HSL0.040.550.83
HSV13°20°93°
CMYK 0.000.160.20   0.07
XYZ64.200862.353856.7959
Yxy62.35380.35020.3401
Hunter Lab78.96446.938912.6302
CIE-Lab83.101211.54279.8680

#ecc7bd color RGB value is (236,199,189).

#ecc7bd hex color red value is 236, green value is 199 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ecc7bd hue: 0.04 , saturation: 0.55 and the lightness value of ecc7bd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 10111101
Octal 354 307 275
Decimal 236 199 189
Hex EC C7 BD

RGB Percentages of Color #ecc7bd

%37.82
%31.89
%30.29

CMYK Percentages of Color #ecc7bd

%0
%16
%20
%7

Triadic Colors of #ecc7bd

#ecc7bd #bdecc7 #c7bdec

Analogous Colors of #ecc7bd

#ecc7bd #ecdfbd #ecbdcb

Monochromatic Colors of #ecc7bd

#ecc7bd

Complementary Color

#ecc7bd #bde2ec

#ecc7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc7bd Color CSS Codes

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

#ecc7bd Text Font Color

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

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


#ecc7bd Background Color

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

This div background color is #ecc7bd


#ecc7bd Border Color

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

This div border color is #ecc7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc7bd


Comments

No comments written yet.

Please login to write comment.