Color Hex Logo

#ecba48 Color Hex

#ECBA48
(236,186,72)
0 Favorites   0 Comments

Color spaces of #ecba48

RGB 23618672
HSL0.120.810.60
HSV42°69°93°
CMYK 0.000.210.69   0.07
XYZ53.320753.418613.6314
Yxy53.41860.44300.4438
Hunter Lab73.08802.319040.1036
CIE-Lab78.12156.675962.2270

#ecba48 color RGB value is (236,186,72).

#ecba48 hex color red value is 236, green value is 186 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ecba48 hue: 0.12 , saturation: 0.81 and the lightness value of ecba48 is 0.60.

The process color (four color CMYK) of #ecba48 color hex is 0.00, 0.21, 0.69, 0.07. Web safe color of #ecba48 is #ffcc33. Color #ecba48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 01001000
Octal 354 272 110
Decimal 236 186 72
Hex EC BA 48

RGB Percentages of Color #ecba48

%47.77
%37.65
%14.57

CMYK Percentages of Color #ecba48

%0
%21
%69
%7

Triadic Colors of #ecba48

#ecba48 #48ecba #ba48ec

Analogous Colors of #ecba48

#ecba48 #ccec48 #ec6848

Monochromatic Colors of #ecba48

#ecba48

Complementary Color

#ecba48 #487aec

#ecba48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba48 Color CSS Codes

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

#ecba48 Text Font Color

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

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


#ecba48 Background Color

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

This div background color is #ecba48


#ecba48 Border Color

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

This div border color is #ecba48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba48


Comments

No comments written yet.

Please login to write comment.