Color Hex Logo

#ecb981 Color Hex

#ECB981
(236,185,129)
0 Favorites   0 Comments

Color spaces of #ecb981

RGB 236185129
HSL0.090.740.72
HSV31°45°93°
CMYK 0.000.220.45   0.07
XYZ55.903554.115828.2678
Yxy54.11580.40430.3913
Hunter Lab73.56346.912528.7114
CIE-Lab78.529211.472135.3941

#ecb981 color RGB value is (236,185,129).

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

The process color (four color CMYK) of #ecb981 color hex is 0.00, 0.22, 0.45, 0.07. Web safe color of #ecb981 is #ffcc99. Color #ecb981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 10000001
Octal 354 271 201
Decimal 236 185 129
Hex EC B9 81

RGB Percentages of Color #ecb981

%42.91
%33.64
%23.45

CMYK Percentages of Color #ecb981

%0
%22
%45
%7

Triadic Colors of #ecb981

#ecb981 #81ecb9 #b981ec

Analogous Colors of #ecb981

#ecb981 #eaec81 #ec8481

Monochromatic Colors of #ecb981

#ecb981

Complementary Color

#ecb981 #81b4ec

#ecb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb981 Color CSS Codes

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

#ecb981 Text Font Color

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

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


#ecb981 Background Color

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

This div background color is #ecb981


#ecb981 Border Color

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

This div border color is #ecb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb981


Comments

No comments written yet.

Please login to write comment.