Color Hex Logo

#ebd011 Color Hex

#EBD011
(235,208,17)
0 Favorites   0 Comments

Color spaces of #ebd011

RGB 23520817
HSL0.150.870.49
HSV53°93°92°
CMYK 0.000.110.93   0.08
XYZ56.918062.81449.6548
Yxy62.81440.43990.4855
Hunter Lab79.2555-10.506048.2562
CIE-Lab83.3446-6.765182.0990

#ebd011 color RGB value is (235,208,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 00010001
Octal 353 320 21
Decimal 235 208 17
Hex EB D0 11

RGB Percentages of Color #ebd011

%51.09
%45.22
%3.70

CMYK Percentages of Color #ebd011

%0
%11
%93
%8

Triadic Colors of #ebd011

#ebd011 #11ebd0 #d011eb

Analogous Colors of #ebd011

#ebd011 #99eb11 #eb6311

Monochromatic Colors of #ebd011

#ebd011

Complementary Color

#ebd011 #112ceb

#ebd011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd011 Color CSS Codes

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

#ebd011 Text Font Color

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

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


#ebd011 Background Color

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

This div background color is #ebd011


#ebd011 Border Color

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

This div border color is #ebd011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd011


Comments

No comments written yet.

Please login to write comment.