Color Hex Logo

#ebdb20 Color Hex

#EBDB20
(235,219,32)
0 Favorites   0 Comments

Color spaces of #ebdb20

RGB 23521932
HSL0.150.840.52
HSV55°86°92°
CMYK 0.000.070.86   0.08
XYZ59.853268.429511.4201
Yxy68.42950.42840.4898
Hunter Lab82.7221-15.610949.7203
CIE-Lab86.2208-12.038881.9235

#ebdb20 color RGB value is (235,219,32).

#ebdb20 hex color red value is 235, green value is 219 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ebdb20 hue: 0.15 , saturation: 0.84 and the lightness value of ebdb20 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00100000
Octal 353 333 40
Decimal 235 219 32
Hex EB DB 20

RGB Percentages of Color #ebdb20

%48.35
%45.06
%6.58

CMYK Percentages of Color #ebdb20

%0
%7
%86
%8

Triadic Colors of #ebdb20

#ebdb20 #20ebdb #db20eb

Analogous Colors of #ebdb20

#ebdb20 #96eb20 #eb7620

Monochromatic Colors of #ebdb20

#ebdb20

Complementary Color

#ebdb20 #2030eb

#ebdb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb20 Color CSS Codes

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

#ebdb20 Text Font Color

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

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


#ebdb20 Background Color

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

This div background color is #ebdb20


#ebdb20 Border Color

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

This div border color is #ebdb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb20


Comments

No comments written yet.

Please login to write comment.