Color Hex Logo

#ecb96d Color Hex

#ECB96D
(236,185,109)
0 Favorites   0 Comments

Color spaces of #ecb96d

RGB 236185109
HSL0.100.770.68
HSV36°54°93°
CMYK 0.000.220.54   0.07
XYZ54.701453.634921.9375
Yxy53.63490.41990.4117
Hunter Lab73.23595.162733.5050
CIE-Lab78.24849.658145.2491

#ecb96d color RGB value is (236,185,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01101101
Octal 354 271 155
Decimal 236 185 109
Hex EC B9 6D

RGB Percentages of Color #ecb96d

%44.53
%34.91
%20.57

CMYK Percentages of Color #ecb96d

%0
%22
%54
%7

Triadic Colors of #ecb96d

#ecb96d #6decb9 #b96dec

Analogous Colors of #ecb96d

#ecb96d #e0ec6d #ec7a6d

Monochromatic Colors of #ecb96d

#ecb96d

Complementary Color

#ecb96d #6da0ec

#ecb96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb96d Color CSS Codes

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

#ecb96d Text Font Color

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

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


#ecb96d Background Color

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

This div background color is #ecb96d


#ecb96d Border Color

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

This div border color is #ecb96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb96d


Comments

No comments written yet.

Please login to write comment.