Color Hex Logo

#ecba58 Color Hex

#ECBA58
(236,186,88)
0 Favorites   0 Comments

Color spaces of #ecba58

RGB 23618688
HSL0.110.800.64
HSV40°63°93°
CMYK 0.000.210.63   0.07
XYZ53.912453.655316.7475
Yxy53.65530.43370.4316
Hunter Lab73.24983.190337.7190
CIE-Lab78.26037.597355.3593

#ecba58 color RGB value is (236,186,88).

#ecba58 hex color red value is 236, green value is 186 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ecba58 hue: 0.11 , saturation: 0.80 and the lightness value of ecba58 is 0.64.

The process color (four color CMYK) of #ecba58 color hex is 0.00, 0.21, 0.63, 0.07. Web safe color of #ecba58 is #ffcc66. Color #ecba58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 01011000
Octal 354 272 130
Decimal 236 186 88
Hex EC BA 58

RGB Percentages of Color #ecba58

%46.27
%36.47
%17.25

CMYK Percentages of Color #ecba58

%0
%21
%63
%7

Triadic Colors of #ecba58

#ecba58 #58ecba #ba58ec

Analogous Colors of #ecba58

#ecba58 #d4ec58 #ec7058

Monochromatic Colors of #ecba58

#ecba58

Complementary Color

#ecba58 #588aec

#ecba58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba58 Color CSS Codes

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

#ecba58 Text Font Color

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

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


#ecba58 Background Color

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

This div background color is #ecba58


#ecba58 Border Color

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

This div border color is #ecba58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba58


Comments

No comments written yet.

Please login to write comment.