color codes Logo

#ecbb1f color codes

#ECBB1F
(236,187,31)
0 Favorites   0 Comments

Color spaces of #ecbb1f

RGB 23618731
HSL0.130.840.52
HSV46°87°93°
CMYK 0.000.210.87   0.07
XYZ52.609753.47248.8447
Yxy53.47240.45780.4653
Hunter Lab73.12480.453544.0160
CIE-Lab78.15314.698675.7157

#ecbb1f color RGB value is (236,187,31).

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

The process color (four color CMYK) of #ecbb1f color code is 0.00, 0.21, 0.87, 0.07. Web safe color of #ecbb1f is #ffcc33. Color #ecbb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 00011111
Octal 354 273 37
Decimal 236 187 31
Hex EC BB 1F

RGB Percentages of Color #ecbb1f

%51.98
%41.19
%6.83

CMYK Percentages of Color #ecbb1f

%0
%21
%87
%7

Triadic Colors of #ecbb1f

#ecbb1f #1fecbb #bb1fec

Analogous Colors of #ecbb1f

#ecbb1f #b7ec1f #ec551f

Monochromatic Colors of #ecbb1f

#ecbb1f

Complementary Color

#ecbb1f #1f50ec

#ecbb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb1f Color CSS Codes

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

#ecbb1f Text Font Color

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

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


#ecbb1f Background Color

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

This div background color is #ecbb1f


#ecbb1f Border Color

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

This div border color is #ecbb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb1f


Comments

No comments written yet.

Please login to write comment.