Color Hex Logo

#ebdb35 Color Hex

#EBDB35
(235,219,53)
0 Favorites   0 Comments

Color spaces of #ebdb35

RGB 23521953
HSL0.150.820.56
HSV55°77°92°
CMYK 0.000.070.77   0.08
XYZ60.235168.582213.4311
Yxy68.58220.42350.4821
Hunter Lab82.8144-15.093048.3542
CIE-Lab86.2967-11.456776.8147

#ebdb35 color RGB value is (235,219,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00110101
Octal 353 333 65
Decimal 235 219 53
Hex EB DB 35

RGB Percentages of Color #ebdb35

%46.35
%43.20
%10.45

CMYK Percentages of Color #ebdb35

%0
%7
%77
%8

Triadic Colors of #ebdb35

#ebdb35 #35ebdb #db35eb

Analogous Colors of #ebdb35

#ebdb35 #a0eb35 #eb8035

Monochromatic Colors of #ebdb35

#ebdb35

Complementary Color

#ebdb35 #3545eb

#ebdb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb35 Color CSS Codes

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

#ebdb35 Text Font Color

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

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


#ebdb35 Background Color

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

This div background color is #ebdb35


#ebdb35 Border Color

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

This div border color is #ebdb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb35


Comments

No comments written yet.

Please login to write comment.