Color Hex Logo

#ebd026 Color Hex

#EBD026
(235,208,38)
0 Favorites   0 Comments

Color spaces of #ebd026

RGB 23520838
HSL0.140.830.54
HSV52°84°92°
CMYK 0.000.110.84   0.08
XYZ57.166762.913910.9643
Yxy62.91390.43620.4801
Hunter Lab79.3183-10.157547.3270
CIE-Lab83.3971-6.378178.3270

#ebd026 color RGB value is (235,208,38).

#ebd026 hex color red value is 235, green value is 208 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ebd026 hue: 0.14 , saturation: 0.83 and the lightness value of ebd026 is 0.54.

The process color (four color CMYK) of #ebd026 color hex is 0.00, 0.11, 0.84, 0.08. Web safe color of #ebd026 is #ffcc33. Color #ebd026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 00100110
Octal 353 320 46
Decimal 235 208 38
Hex EB D0 26

RGB Percentages of Color #ebd026

%48.86
%43.24
%7.90

CMYK Percentages of Color #ebd026

%0
%11
%84
%8

Triadic Colors of #ebd026

#ebd026 #26ebd0 #d026eb

Analogous Colors of #ebd026

#ebd026 #a4eb26 #eb6e26

Monochromatic Colors of #ebd026

#ebd026

Complementary Color

#ebd026 #2641eb

#ebd026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd026 Color CSS Codes

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

#ebd026 Text Font Color

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

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


#ebd026 Background Color

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

This div background color is #ebd026


#ebd026 Border Color

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

This div border color is #ebd026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd026


Comments

No comments written yet.

Please login to write comment.