Color Hex Logo

#ebdb36 Color Hex

#EBDB36
(235,219,54)
0 Favorites   0 Comments

Color spaces of #ebdb36

RGB 23521954
HSL0.150.820.57
HSV55°77°92°
CMYK 0.000.070.77   0.08
XYZ60.258368.591513.5536
Yxy68.59150.42320.4817
Hunter Lab82.8200-15.061748.2711
CIE-Lab86.3014-11.421576.5209

#ebdb36 color RGB value is (235,219,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00110110
Octal 353 333 66
Decimal 235 219 54
Hex EB DB 36

RGB Percentages of Color #ebdb36

%46.26
%43.11
%10.63

CMYK Percentages of Color #ebdb36

%0
%7
%77
%8

Triadic Colors of #ebdb36

#ebdb36 #36ebdb #db36eb

Analogous Colors of #ebdb36

#ebdb36 #a1eb36 #eb8136

Monochromatic Colors of #ebdb36

#ebdb36

Complementary Color

#ebdb36 #3646eb

#ebdb36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb36 Color CSS Codes

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

#ebdb36 Text Font Color

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

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


#ebdb36 Background Color

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

This div background color is #ebdb36


#ebdb36 Border Color

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

This div border color is #ebdb36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb36


Comments

No comments written yet.

Please login to write comment.