Color Hex Logo

#ecb672 Color Hex

#ECB672
(236,182,114)
0 Favorites   0 Comments

Color spaces of #ecb672

RGB 236182114
HSL0.090.760.69
HSV33°52°93°
CMYK 0.000.230.52   0.07
XYZ54.357352.503723.1889
Yxy52.50370.41800.4037
Hunter Lab72.45947.102331.7473
CIE-Lab77.581111.660541.9103

#ecb672 color RGB value is (236,182,114).

#ecb672 hex color red value is 236, green value is 182 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ecb672 hue: 0.09 , saturation: 0.76 and the lightness value of ecb672 is 0.69.

The process color (four color CMYK) of #ecb672 color hex is 0.00, 0.23, 0.52, 0.07. Web safe color of #ecb672 is #ffcc66. Color #ecb672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 01110010
Octal 354 266 162
Decimal 236 182 114
Hex EC B6 72

RGB Percentages of Color #ecb672

%44.36
%34.21
%21.43

CMYK Percentages of Color #ecb672

%0
%23
%52
%7

Triadic Colors of #ecb672

#ecb672 #72ecb6 #b672ec

Analogous Colors of #ecb672

#ecb672 #e5ec72 #ec7972

Monochromatic Colors of #ecb672

#ecb672

Complementary Color

#ecb672 #72a8ec

#ecb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb672 Color CSS Codes

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

#ecb672 Text Font Color

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

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


#ecb672 Background Color

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

This div background color is #ecb672


#ecb672 Border Color

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

This div border color is #ecb672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb672


Comments

No comments written yet.

Please login to write comment.