Color Hex Logo

#ecad34 Color Hex

#ECAD34
(236,173,52)
0 Favorites   0 Comments

Color spaces of #ecad34

RGB 23617352
HSL0.110.830.56
HSV39°78°93°
CMYK 0.000.270.78   0.07
XYZ50.155547.96799.8641
Yxy47.96790.46450.4442
Hunter Lab69.25898.062140.0369
CIE-Lab74.804712.645866.7351

#ecad34 color RGB value is (236,173,52).

#ecad34 hex color red value is 236, green value is 173 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ecad34 hue: 0.11 , saturation: 0.83 and the lightness value of ecad34 is 0.56.

The process color (four color CMYK) of #ecad34 color hex is 0.00, 0.27, 0.78, 0.07. Web safe color of #ecad34 is #ff9933. Color #ecad34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 00110100
Octal 354 255 64
Decimal 236 173 52
Hex EC AD 34

RGB Percentages of Color #ecad34

%51.19
%37.53
%11.28

CMYK Percentages of Color #ecad34

%0
%27
%78
%7

Triadic Colors of #ecad34

#ecad34 #34ecad #ad34ec

Analogous Colors of #ecad34

#ecad34 #cfec34 #ec5134

Monochromatic Colors of #ecad34

#ecad34

Complementary Color

#ecad34 #3473ec

#ecad34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecad34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecad34 Color CSS Codes

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

#ecad34 Text Font Color

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

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


#ecad34 Background Color

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

This div background color is #ecad34


#ecad34 Border Color

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

This div border color is #ecad34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecad34


Comments

No comments written yet.

Please login to write comment.