Color Hex Logo

#ecbb0a Color Hex

#ECBB0A
(236,187,10)
0 Favorites   0 Comments

Color spaces of #ecbb0a

RGB 23618710
HSL0.130.920.48
HSV47°96°93°
CMYK 0.000.210.96   0.07
XYZ52.417253.39547.8308
Yxy53.39540.46120.4699
Hunter Lab73.07220.168044.7967
CIE-Lab78.10794.392279.0827

#ecbb0a color RGB value is (236,187,10).

#ecbb0a hex color red value is 236, green value is 187 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ecbb0a hue: 0.13 , saturation: 0.92 and the lightness value of ecbb0a is 0.48.

The process color (four color CMYK) of #ecbb0a color hex is 0.00, 0.21, 0.96, 0.07. Web safe color of #ecbb0a is #ffcc00. Color #ecbb0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 00001010
Octal 354 273 12
Decimal 236 187 10
Hex EC BB A

RGB Percentages of Color #ecbb0a

%54.50
%43.19
%2.31

CMYK Percentages of Color #ecbb0a

%0
%21
%96
%7

Triadic Colors of #ecbb0a

#ecbb0a #0aecbb #bb0aec

Analogous Colors of #ecbb0a

#ecbb0a #acec0a #ec4a0a

Monochromatic Colors of #ecbb0a

#ecbb0a

Complementary Color

#ecbb0a #0a3bec

#ecbb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb0a Color CSS Codes

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

#ecbb0a Text Font Color

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

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


#ecbb0a Background Color

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

This div background color is #ecbb0a


#ecbb0a Border Color

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

This div border color is #ecbb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb0a


Comments

No comments written yet.

Please login to write comment.