Color Hex Logo

#ecb390 Color Hex

#ECB390
(236,179,144)
0 Favorites   0 Comments

Color spaces of #ecb390

RGB 236179144
HSL0.060.710.75
HSV23°39°93°
CMYK 0.000.240.39   0.07
XYZ55.746252.086733.5011
Yxy52.08670.39440.3685
Hunter Lab72.171111.577022.9980
CIE-Lab77.332716.236425.8989

#ecb390 color RGB value is (236,179,144).

#ecb390 hex color red value is 236, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ecb390 hue: 0.06 , saturation: 0.71 and the lightness value of ecb390 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 10010000
Octal 354 263 220
Decimal 236 179 144
Hex EC B3 90

RGB Percentages of Color #ecb390

%42.22
%32.02
%25.76

CMYK Percentages of Color #ecb390

%0
%24
%39
%7

Triadic Colors of #ecb390

#ecb390 #90ecb3 #b390ec

Analogous Colors of #ecb390

#ecb390 #ece190 #ec909b

Monochromatic Colors of #ecb390

#ecb390

Complementary Color

#ecb390 #90c9ec

#ecb390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb390 Color CSS Codes

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

#ecb390 Text Font Color

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

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


#ecb390 Background Color

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

This div background color is #ecb390


#ecb390 Border Color

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

This div border color is #ecb390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb390

#ecb390 Color Palettes


Comments

No comments written yet.

Please login to write comment.