Color Hex Logo

#ecba6c Color Hex

#ECBA6C
(236,186,108)
0 Favorites   0 Comments

Color spaces of #ecba6c

RGB 236186108
HSL0.100.770.67
HSV37°54°93°
CMYK 0.000.210.54   0.07
XYZ54.857854.033421.7255
Yxy54.03340.42000.4137
Hunter Lab73.50744.574733.9317
CIE-Lab78.48129.050546.0295

#ecba6c color RGB value is (236,186,108).

#ecba6c hex color red value is 236, green value is 186 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ecba6c hue: 0.10 , saturation: 0.77 and the lightness value of ecba6c is 0.67.

The process color (four color CMYK) of #ecba6c color hex is 0.00, 0.21, 0.54, 0.07. Web safe color of #ecba6c is #ffcc66. Color #ecba6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 01101100
Octal 354 272 154
Decimal 236 186 108
Hex EC BA 6C

RGB Percentages of Color #ecba6c

%44.53
%35.09
%20.38

CMYK Percentages of Color #ecba6c

%0
%21
%54
%7

Triadic Colors of #ecba6c

#ecba6c #6cecba #ba6cec

Analogous Colors of #ecba6c

#ecba6c #deec6c #ec7a6c

Monochromatic Colors of #ecba6c

#ecba6c

Complementary Color

#ecba6c #6c9eec

#ecba6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba6c Color CSS Codes

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

#ecba6c Text Font Color

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

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


#ecba6c Background Color

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

This div background color is #ecba6c


#ecba6c Border Color

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

This div border color is #ecba6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba6c


Comments

No comments written yet.

Please login to write comment.