Color Hex Logo

#ecb473 Color Hex

#ECB473
(236,180,115)
0 Favorites   0 Comments

Color spaces of #ecb473

RGB 236180115
HSL0.090.760.69
HSV32°51°93°
CMYK 0.000.240.51   0.07
XYZ54.007851.713223.3548
Yxy51.71320.41840.4006
Hunter Lab71.91198.212631.0827
CIE-Lab77.109012.803740.8123

#ecb473 color RGB value is (236,180,115).

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

The process color (four color CMYK) of #ecb473 color hex is 0.00, 0.24, 0.51, 0.07. Web safe color of #ecb473 is #ffcc66. Color #ecb473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 01110011
Octal 354 264 163
Decimal 236 180 115
Hex EC B4 73

RGB Percentages of Color #ecb473

%44.44
%33.90
%21.66

CMYK Percentages of Color #ecb473

%0
%24
%51
%7

Triadic Colors of #ecb473

#ecb473 #73ecb4 #b473ec

Analogous Colors of #ecb473

#ecb473 #e8ec73 #ec7873

Monochromatic Colors of #ecb473

#ecb473

Complementary Color

#ecb473 #73abec

#ecb473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb473 Color CSS Codes

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

#ecb473 Text Font Color

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

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


#ecb473 Background Color

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

This div background color is #ecb473


#ecb473 Border Color

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

This div border color is #ecb473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb473


Comments

No comments written yet.

Please login to write comment.