Color Hex Logo

#ecb477 Color Hex

#ECB477
(236,180,119)
0 Favorites   0 Comments

Color spaces of #ecb477

RGB 236180119
HSL0.090.750.70
HSV31°50°93°
CMYK 0.000.240.50   0.07
XYZ54.243151.807324.5936
Yxy51.80730.41520.3966
Hunter Lab71.97738.559930.1256
CIE-Lab77.165513.161038.8292

#ecb477 color RGB value is (236,180,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 01110111
Octal 354 264 167
Decimal 236 180 119
Hex EC B4 77

RGB Percentages of Color #ecb477

%44.11
%33.64
%22.24

CMYK Percentages of Color #ecb477

%0
%24
%50
%7

Triadic Colors of #ecb477

#ecb477 #77ecb4 #b477ec

Analogous Colors of #ecb477

#ecb477 #eaec77 #ec7a77

Monochromatic Colors of #ecb477

#ecb477

Complementary Color

#ecb477 #77afec

#ecb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb477 Color CSS Codes

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

#ecb477 Text Font Color

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

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


#ecb477 Background Color

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

This div background color is #ecb477


#ecb477 Border Color

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

This div border color is #ecb477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb477


Comments

No comments written yet.

Please login to write comment.