Color Hex Logo

#ecb155 Color Hex

#ECB155
(236,177,85)
0 Favorites   0 Comments

Color spaces of #ecb155

RGB 23617785
HSL0.100.800.63
HSV37°64°93°
CMYK 0.000.250.64   0.07
XYZ51.953949.933015.4941
Yxy49.93300.44260.4254
Hunter Lab70.66337.578136.4640
CIE-Lab76.028112.145054.2536

#ecb155 color RGB value is (236,177,85).

#ecb155 hex color red value is 236, green value is 177 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ecb155 hue: 0.10 , saturation: 0.80 and the lightness value of ecb155 is 0.63.

The process color (four color CMYK) of #ecb155 color hex is 0.00, 0.25, 0.64, 0.07. Web safe color of #ecb155 is #ff9966. Color #ecb155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01010101
Octal 354 261 125
Decimal 236 177 85
Hex EC B1 55

RGB Percentages of Color #ecb155

%47.39
%35.54
%17.07

CMYK Percentages of Color #ecb155

%0
%25
%64
%7

Triadic Colors of #ecb155

#ecb155 #55ecb1 #b155ec

Analogous Colors of #ecb155

#ecb155 #dcec55 #ec6655

Monochromatic Colors of #ecb155

#ecb155

Complementary Color

#ecb155 #5590ec

#ecb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb155 Color CSS Codes

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

#ecb155 Text Font Color

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

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


#ecb155 Background Color

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

This div background color is #ecb155


#ecb155 Border Color

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

This div border color is #ecb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb155


Comments

No comments written yet.

Please login to write comment.