Color Hex Logo

#ebdb10 Color Hex

#EBDB10
(235,219,16)
0 Favorites   0 Comments

Color spaces of #ebdb10

RGB 23521916
HSL0.150.870.49
HSV56°93°92°
CMYK 0.000.070.93   0.08
XYZ59.686068.362610.5397
Yxy68.36260.43070.4933
Hunter Lab82.6817-15.837950.3193
CIE-Lab86.1874-12.294684.3549

#ebdb10 color RGB value is (235,219,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00010000
Octal 353 333 20
Decimal 235 219 16
Hex EB DB 10

RGB Percentages of Color #ebdb10

%50.00
%46.60
%3.40

CMYK Percentages of Color #ebdb10

%0
%7
%93
%8

Triadic Colors of #ebdb10

#ebdb10 #10ebdb #db10eb

Analogous Colors of #ebdb10

#ebdb10 #8eeb10 #eb6e10

Monochromatic Colors of #ebdb10

#ebdb10

Complementary Color

#ebdb10 #1020eb

#ebdb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb10 Color CSS Codes

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

#ebdb10 Text Font Color

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

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


#ebdb10 Background Color

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

This div background color is #ebdb10


#ebdb10 Border Color

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

This div border color is #ebdb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb10


Comments

No comments written yet.

Please login to write comment.