Color Hex Logo

#ecbf8d Color Hex

#ECBF8D
(236,191,141)
0 Favorites   0 Comments

Color spaces of #ecbf8d

RGB 236191141
HSL0.090.710.74
HSV32°40°93°
CMYK 0.000.190.40   0.07
XYZ58.030657.017633.1462
Yxy57.01760.39160.3847
Hunter Lab75.51005.037526.8308
CIE-Lab80.18959.563031.3030

#ecbf8d color RGB value is (236,191,141).

#ecbf8d hex color red value is 236, green value is 191 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ecbf8d hue: 0.09 , saturation: 0.71 and the lightness value of ecbf8d is 0.74.

The process color (four color CMYK) of #ecbf8d color hex is 0.00, 0.19, 0.40, 0.07. Web safe color of #ecbf8d is #ffcc99. Color #ecbf8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 10001101
Octal 354 277 215
Decimal 236 191 141
Hex EC BF 8D

RGB Percentages of Color #ecbf8d

%41.55
%33.63
%24.82

CMYK Percentages of Color #ecbf8d

%0
%19
%40
%7

Triadic Colors of #ecbf8d

#ecbf8d #8decbf #bf8dec

Analogous Colors of #ecbf8d

#ecbf8d #eaec8d #ec908d

Monochromatic Colors of #ecbf8d

#ecbf8d

Complementary Color

#ecbf8d #8dbaec

#ecbf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf8d Color CSS Codes

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

#ecbf8d Text Font Color

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

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


#ecbf8d Background Color

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

This div background color is #ecbf8d


#ecbf8d Border Color

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

This div border color is #ecbf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf8d


Comments

No comments written yet.

Please login to write comment.