Color Hex Logo

#ecb150 Color Hex

#ECB150
(236,177,80)
0 Favorites   0 Comments

Color spaces of #ecb150

RGB 23617780
HSL0.100.800.62
HSV37°66°93°
CMYK 0.000.250.66   0.07
XYZ51.762249.856314.4845
Yxy49.85630.44580.4294
Hunter Lab70.60907.289437.2637
CIE-Lab75.981011.844856.4913

#ecb150 color RGB value is (236,177,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01010000
Octal 354 261 120
Decimal 236 177 80
Hex EC B1 50

RGB Percentages of Color #ecb150

%47.87
%35.90
%16.23

CMYK Percentages of Color #ecb150

%0
%25
%66
%7

Triadic Colors of #ecb150

#ecb150 #50ecb1 #b150ec

Analogous Colors of #ecb150

#ecb150 #d9ec50 #ec6350

Monochromatic Colors of #ecb150

#ecb150

Complementary Color

#ecb150 #508bec

#ecb150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb150 Color CSS Codes

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

#ecb150 Text Font Color

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

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


#ecb150 Background Color

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

This div background color is #ecb150


#ecb150 Border Color

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

This div border color is #ecb150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb150


Comments

No comments written yet.

Please login to write comment.