Color Hex Logo

#ebd105 Color Hex

#EBD105
(235,209,5)
0 Favorites   0 Comments

Color spaces of #ebd105

RGB 2352095
HSL0.150.960.47
HSV53°98°92°
CMYK 0.000.110.98   0.08
XYZ57.088863.27419.3478
Yxy63.27410.44010.4878
Hunter Lab79.5450-11.095848.7140
CIE-Lab83.5864-7.386083.4713

#ebd105 color RGB value is (235,209,5).

#ebd105 hex color red value is 235, green value is 209 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ebd105 hue: 0.15 , saturation: 0.96 and the lightness value of ebd105 is 0.47.

The process color (four color CMYK) of #ebd105 color hex is 0.00, 0.11, 0.98, 0.08. Web safe color of #ebd105 is #ffcc00. Color #ebd105 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00000101
Octal 353 321 5
Decimal 235 209 5
Hex EB D1 5

RGB Percentages of Color #ebd105

%52.34
%46.55
%1.11

CMYK Percentages of Color #ebd105

%0
%11
%98
%8

Triadic Colors of #ebd105

#ebd105 #05ebd1 #d105eb

Analogous Colors of #ebd105

#ebd105 #92eb05 #eb5e05

Monochromatic Colors of #ebd105

#ebd105

Complementary Color

#ebd105 #051feb

#ebd105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd105 Color CSS Codes

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

#ebd105 Text Font Color

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

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


#ebd105 Background Color

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

This div background color is #ebd105


#ebd105 Border Color

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

This div border color is #ebd105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd105


Comments

No comments written yet.

Please login to write comment.