Color Hex Logo

#ecbe20 Color Hex

#ECBE20
(236,190,32)
0 Favorites   0 Comments

Color spaces of #ecbe20

RGB 23619032
HSL0.130.840.53
HSV46°86°93°
CMYK 0.000.190.86   0.07
XYZ53.266254.76419.1296
Yxy54.76410.45460.4674
Hunter Lab74.0028-1.022944.4874
CIE-Lab78.90523.157376.0922

#ecbe20 color RGB value is (236,190,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 00100000
Octal 354 276 40
Decimal 236 190 32
Hex EC BE 20

RGB Percentages of Color #ecbe20

%51.53
%41.48
%6.99

CMYK Percentages of Color #ecbe20

%0
%19
%86
%7

Triadic Colors of #ecbe20

#ecbe20 #20ecbe #be20ec

Analogous Colors of #ecbe20

#ecbe20 #b4ec20 #ec5820

Monochromatic Colors of #ecbe20

#ecbe20

Complementary Color

#ecbe20 #204eec

#ecbe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe20 Color CSS Codes

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

#ecbe20 Text Font Color

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

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


#ecbe20 Background Color

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

This div background color is #ecbe20


#ecbe20 Border Color

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

This div border color is #ecbe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe20


Comments

No comments written yet.

Please login to write comment.