Color Hex Logo

#ecbc1b Color Hex

#ECBC1B
(236,188,27)
0 Favorites   0 Comments

Color spaces of #ecbc1b

RGB 23618827
HSL0.130.850.52
HSV46°89°93°
CMYK 0.000.200.89   0.07
XYZ52.773153.87848.6550
Yxy53.87840.45770.4673
Hunter Lab73.4019-0.118844.3903
CIE-Lab78.39084.098776.7492

#ecbc1b color RGB value is (236,188,27).

#ecbc1b hex color red value is 236, green value is 188 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ecbc1b hue: 0.13 , saturation: 0.85 and the lightness value of ecbc1b is 0.52.

The process color (four color CMYK) of #ecbc1b color hex is 0.00, 0.20, 0.89, 0.07. Web safe color of #ecbc1b is #ffcc33. Color #ecbc1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111100 00011011
Octal 354 274 33
Decimal 236 188 27
Hex EC BC 1B

RGB Percentages of Color #ecbc1b

%52.33
%41.69
%5.99

CMYK Percentages of Color #ecbc1b

%0
%20
%89
%7

Triadic Colors of #ecbc1b

#ecbc1b #1becbc #bc1bec

Analogous Colors of #ecbc1b

#ecbc1b #b4ec1b #ec541b

Monochromatic Colors of #ecbc1b

#ecbc1b

Complementary Color

#ecbc1b #1b4bec

#ecbc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbc1b Color CSS Codes

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

#ecbc1b Text Font Color

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

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


#ecbc1b Background Color

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

This div background color is #ecbc1b


#ecbc1b Border Color

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

This div border color is #ecbc1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbc1b


Comments

No comments written yet.

Please login to write comment.