Color Hex Logo

#ecbe34 Color Hex

#ECBE34
(236,190,52)
0 Favorites   0 Comments

Color spaces of #ecbe34

RGB 23619052
HSL0.130.830.56
HSV45°78°93°
CMYK 0.000.190.78   0.07
XYZ53.625454.907711.0207
Yxy54.90770.44850.4593
Hunter Lab74.0997-0.495543.0517
CIE-Lab78.98813.724670.5660

#ecbe34 color RGB value is (236,190,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 00110100
Octal 354 276 64
Decimal 236 190 52
Hex EC BE 34

RGB Percentages of Color #ecbe34

%49.37
%39.75
%10.88

CMYK Percentages of Color #ecbe34

%0
%19
%78
%7

Triadic Colors of #ecbe34

#ecbe34 #34ecbe #be34ec

Analogous Colors of #ecbe34

#ecbe34 #beec34 #ec6234

Monochromatic Colors of #ecbe34

#ecbe34

Complementary Color

#ecbe34 #3462ec

#ecbe34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe34 Color CSS Codes

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

#ecbe34 Text Font Color

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

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


#ecbe34 Background Color

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

This div background color is #ecbe34


#ecbe34 Border Color

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

This div border color is #ecbe34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,190,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 #ecbe34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe34


Comments

No comments written yet.

Please login to write comment.