Color Hex Logo

#ebdb3e Color Hex

#EBDB3E
(235,219,62)
0 Favorites   0 Comments

Color spaces of #ebdb3e

RGB 23521962
HSL0.150.810.58
HSV54°74°92°
CMYK 0.000.070.74   0.08
XYZ60.462068.673014.6260
Yxy68.67300.42060.4777
Hunter Lab82.8692-14.786147.5440
CIE-Lab86.3419-11.112674.0235

#ebdb3e color RGB value is (235,219,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00111110
Octal 353 333 76
Decimal 235 219 62
Hex EB DB 3E

RGB Percentages of Color #ebdb3e

%45.54
%42.44
%12.02

CMYK Percentages of Color #ebdb3e

%0
%7
%74
%8

Triadic Colors of #ebdb3e

#ebdb3e #3eebdb #db3eeb

Analogous Colors of #ebdb3e

#ebdb3e #a5eb3e #eb853e

Monochromatic Colors of #ebdb3e

#ebdb3e

Complementary Color

#ebdb3e #3e4eeb

#ebdb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb3e Color CSS Codes

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

#ebdb3e Text Font Color

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

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


#ebdb3e Background Color

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

This div background color is #ebdb3e


#ebdb3e Border Color

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

This div border color is #ebdb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb3e


Comments

No comments written yet.

Please login to write comment.