Color Hex Logo

#ecbf1c Color Hex

#ECBF1C
(236,191,28)
0 Favorites   0 Comments

Color spaces of #ecbf1c

RGB 23619128
HSL0.130.850.52
HSV47°88°93°
CMYK 0.000.190.88   0.07
XYZ53.432555.17838.9329
Yxy55.17830.45460.4694
Hunter Lab74.2821-1.595344.8675
CIE-Lab79.14392.557277.1369

#ecbf1c color RGB value is (236,191,28).

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

The process color (four color CMYK) of #ecbf1c color hex is 0.00, 0.19, 0.88, 0.07. Web safe color of #ecbf1c is #ffcc33. Color #ecbf1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 00011100
Octal 354 277 34
Decimal 236 191 28
Hex EC BF 1C

RGB Percentages of Color #ecbf1c

%51.87
%41.98
%6.15

CMYK Percentages of Color #ecbf1c

%0
%19
%88
%7

Triadic Colors of #ecbf1c

#ecbf1c #1cecbf #bf1cec

Analogous Colors of #ecbf1c

#ecbf1c #b1ec1c #ec571c

Monochromatic Colors of #ecbf1c

#ecbf1c

Complementary Color

#ecbf1c #1c49ec

#ecbf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf1c Color CSS Codes

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

#ecbf1c Text Font Color

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

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


#ecbf1c Background Color

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

This div background color is #ecbf1c


#ecbf1c Border Color

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

This div border color is #ecbf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf1c


Comments

No comments written yet.

Please login to write comment.