Color Hex Logo

#ecb483 Color Hex

#ECB483
(236,180,131)
0 Favorites   0 Comments

Color spaces of #ecb483

RGB 236180131
HSL0.080.730.72
HSV28°44°93°
CMYK 0.000.240.44   0.07
XYZ55.010152.114128.6324
Yxy52.11410.40520.3839
Hunter Lab72.19019.687427.0172
CIE-Lab77.349014.315532.8131

#ecb483 color RGB value is (236,180,131).

#ecb483 hex color red value is 236, green value is 180 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ecb483 hue: 0.08 , saturation: 0.73 and the lightness value of ecb483 is 0.72.

The process color (four color CMYK) of #ecb483 color hex is 0.00, 0.24, 0.44, 0.07. Web safe color of #ecb483 is #ffcc99. Color #ecb483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10000011
Octal 354 264 203
Decimal 236 180 131
Hex EC B4 83

RGB Percentages of Color #ecb483

%43.14
%32.91
%23.95

CMYK Percentages of Color #ecb483

%0
%24
%44
%7

Triadic Colors of #ecb483

#ecb483 #83ecb4 #b483ec

Analogous Colors of #ecb483

#ecb483 #ece983 #ec8387

Monochromatic Colors of #ecb483

#ecb483

Complementary Color

#ecb483 #83bbec

#ecb483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb483 Color CSS Codes

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

#ecb483 Text Font Color

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

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


#ecb483 Background Color

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

This div background color is #ecb483


#ecb483 Border Color

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

This div border color is #ecb483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb483


Comments

No comments written yet.

Please login to write comment.