Color Hex Logo

#ebdb15 Color Hex

#EBDB15
(235,219,21)
0 Favorites   0 Comments

Color spaces of #ebdb15

RGB 23521921
HSL0.150.840.50
HSV56°91°92°
CMYK 0.000.070.91   0.08
XYZ59.727868.379310.7600
Yxy68.37930.43010.4924
Hunter Lab82.6918-15.781150.1693
CIE-Lab86.1958-12.230683.7339

#ebdb15 color RGB value is (235,219,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00010101
Octal 353 333 25
Decimal 235 219 21
Hex EB DB 15

RGB Percentages of Color #ebdb15

%49.47
%46.11
%4.42

CMYK Percentages of Color #ebdb15

%0
%7
%91
%8

Triadic Colors of #ebdb15

#ebdb15 #15ebdb #db15eb

Analogous Colors of #ebdb15

#ebdb15 #90eb15 #eb7015

Monochromatic Colors of #ebdb15

#ebdb15

Complementary Color

#ebdb15 #1525eb

#ebdb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb15 Color CSS Codes

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

#ebdb15 Text Font Color

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

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


#ebdb15 Background Color

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

This div background color is #ebdb15


#ebdb15 Border Color

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

This div border color is #ebdb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb15


Comments

No comments written yet.

Please login to write comment.