Color Hex Logo

#ebdc10 Color Hex

#EBDC10
(235,220,16)
0 Favorites   0 Comments

Color spaces of #ebdc10

RGB 23522016
HSL0.160.870.49
HSV56°93°92°
CMYK 0.000.060.93   0.08
XYZ59.947768.886010.6270
Yxy68.88600.42990.4939
Hunter Lab82.9976-16.318450.5068
CIE-Lab86.4476-12.791084.5506

#ebdc10 color RGB value is (235,220,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 00010000
Octal 353 334 20
Decimal 235 220 16
Hex EB DC 10

RGB Percentages of Color #ebdc10

%49.89
%46.71
%3.40

CMYK Percentages of Color #ebdc10

%0
%6
%93
%8

Triadic Colors of #ebdc10

#ebdc10 #10ebdc #dc10eb

Analogous Colors of #ebdc10

#ebdc10 #8deb10 #eb6f10

Monochromatic Colors of #ebdc10

#ebdc10

Complementary Color

#ebdc10 #101feb

#ebdc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc10 Color CSS Codes

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

#ebdc10 Text Font Color

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

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


#ebdc10 Background Color

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

This div background color is #ebdc10


#ebdc10 Border Color

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

This div border color is #ebdc10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,220,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 #ebdc10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc10


Comments

No comments written yet.

Please login to write comment.