Color Hex Logo

#ebdb73 Color Hex

#EBDB73
(235,219,115)
0 Favorites   0 Comments

Color spaces of #ebdb73

RGB 235219115
HSL0.140.750.69
HSV52°51°92°
CMYK 0.000.070.51   0.08
XYZ62.687069.563026.3427
Yxy69.56300.39530.4386
Hunter Lab83.4044-11.796739.6568
CIE-Lab86.7821-7.798752.5879

#ebdb73 color RGB value is (235,219,115).

#ebdb73 hex color red value is 235, green value is 219 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ebdb73 hue: 0.14 , saturation: 0.75 and the lightness value of ebdb73 is 0.69.

The process color (four color CMYK) of #ebdb73 color hex is 0.00, 0.07, 0.51, 0.08. Web safe color of #ebdb73 is #ffcc66. Color #ebdb73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01110011
Octal 353 333 163
Decimal 235 219 115
Hex EB DB 73

RGB Percentages of Color #ebdb73

%41.30
%38.49
%20.21

CMYK Percentages of Color #ebdb73

%0
%7
%51
%8

Triadic Colors of #ebdb73

#ebdb73 #73ebdb #db73eb

Analogous Colors of #ebdb73

#ebdb73 #bfeb73 #eb9f73

Monochromatic Colors of #ebdb73

#ebdb73

Complementary Color

#ebdb73 #7383eb

#ebdb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb73 Color CSS Codes

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

#ebdb73 Text Font Color

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

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


#ebdb73 Background Color

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

This div background color is #ebdb73


#ebdb73 Border Color

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

This div border color is #ebdb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb73


Comments

No comments written yet.

Please login to write comment.