Color Hex Logo

#ebec21 Color Hex

#EBEC21
(235,236,33)
0 Favorites   0 Comments

Color spaces of #ebec21

RGB 23523633
HSL0.170.840.53
HSV60°86°93°
CMYK 0.000.000.86   0.07
XYZ64.530977.762913.0474
Yxy77.76290.41540.5006
Hunter Lab88.1833-23.697752.9559
CIE-Lab90.6716-20.337785.3148

#ebec21 color RGB value is (235,236,33).

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

The process color (four color CMYK) of #ebec21 color hex is 0.00, 0.00, 0.86, 0.07. Web safe color of #ebec21 is #ffff33. Color #ebec21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 00100001
Octal 353 354 41
Decimal 235 236 33
Hex EB EC 21

RGB Percentages of Color #ebec21

%46.63
%46.83
%6.55

CMYK Percentages of Color #ebec21

%0
%0
%86
%7

Triadic Colors of #ebec21

#ebec21 #21ebec #ec21eb

Analogous Colors of #ebec21

#ebec21 #86ec21 #ec8821

Monochromatic Colors of #ebec21

#ebec21

Complementary Color

#ebec21 #2221ec

#ebec21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec21 Color CSS Codes

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

#ebec21 Text Font Color

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

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


#ebec21 Background Color

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

This div background color is #ebec21


#ebec21 Border Color

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

This div border color is #ebec21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec21


Comments

No comments written yet.

Please login to write comment.