Color Hex Logo

#ecbd0b Color Hex

#ECBD0B
(236,189,11)
0 Favorites   0 Comments

Color spaces of #ecbd0b

RGB 23618911
HSL0.130.910.48
HSV47°95°93°
CMYK 0.000.200.95   0.07
XYZ52.850154.25228.0028
Yxy54.25220.45910.4713
Hunter Lab73.6561-0.819945.1174
CIE-Lab78.60863.359779.3414

#ecbd0b color RGB value is (236,189,11).

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

The process color (four color CMYK) of #ecbd0b color hex is 0.00, 0.20, 0.95, 0.07. Web safe color of #ecbd0b is #ffcc00. Color #ecbd0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 00001011
Octal 354 275 13
Decimal 236 189 11
Hex EC BD B

RGB Percentages of Color #ecbd0b

%54.13
%43.35
%2.52

CMYK Percentages of Color #ecbd0b

%0
%20
%95
%7

Triadic Colors of #ecbd0b

#ecbd0b #0becbd #bd0bec

Analogous Colors of #ecbd0b

#ecbd0b #abec0b #ec4c0b

Monochromatic Colors of #ecbd0b

#ecbd0b

Complementary Color

#ecbd0b #0b3aec

#ecbd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd0b Color CSS Codes

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

#ecbd0b Text Font Color

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

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


#ecbd0b Background Color

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

This div background color is #ecbd0b


#ecbd0b Border Color

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

This div border color is #ecbd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd0b


Comments

No comments written yet.

Please login to write comment.