Color Hex Logo

#ebdb12 Color Hex

#EBDB12
(235,219,18)
0 Favorites   0 Comments

Color spaces of #ebdb12

RGB 23521918
HSL0.150.860.50
HSV56°92°92°
CMYK 0.000.070.92   0.08
XYZ59.701668.368910.6222
Yxy68.36890.43050.4930
Hunter Lab82.6855-15.816850.2631
CIE-Lab86.1906-12.270884.1214

#ebdb12 color RGB value is (235,219,18).

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

The process color (four color CMYK) of #ebdb12 color hex is 0.00, 0.07, 0.92, 0.08. Web safe color of #ebdb12 is #ffcc00. Color #ebdb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00010010
Octal 353 333 22
Decimal 235 219 18
Hex EB DB 12

RGB Percentages of Color #ebdb12

%49.79
%46.40
%3.81

CMYK Percentages of Color #ebdb12

%0
%7
%92
%8

Triadic Colors of #ebdb12

#ebdb12 #12ebdb #db12eb

Analogous Colors of #ebdb12

#ebdb12 #8feb12 #eb6f12

Monochromatic Colors of #ebdb12

#ebdb12

Complementary Color

#ebdb12 #1222eb

#ebdb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb12 Color CSS Codes

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

#ebdb12 Text Font Color

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

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


#ebdb12 Background Color

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

This div background color is #ebdb12


#ebdb12 Border Color

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

This div border color is #ebdb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb12


Comments

No comments written yet.

Please login to write comment.