Color Hex Logo

#ebd326 Color Hex

#EBD326
(235,211,38)
0 Favorites   0 Comments

Color spaces of #ebd326

RGB 23521138
HSL0.150.830.54
HSV53°84°92°
CMYK 0.000.100.84   0.08
XYZ57.905164.390611.2104
Yxy64.39060.43370.4823
Hunter Lab80.2438-11.618347.8876
CIE-Lab84.1687-7.894978.9664

#ebd326 color RGB value is (235,211,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00100110
Octal 353 323 46
Decimal 235 211 38
Hex EB D3 26

RGB Percentages of Color #ebd326

%48.55
%43.60
%7.85

CMYK Percentages of Color #ebd326

%0
%10
%84
%8

Triadic Colors of #ebd326

#ebd326 #26ebd3 #d326eb

Analogous Colors of #ebd326

#ebd326 #a1eb26 #eb7126

Monochromatic Colors of #ebd326

#ebd326

Complementary Color

#ebd326 #263eeb

#ebd326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd326 Color CSS Codes

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

#ebd326 Text Font Color

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

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


#ebd326 Background Color

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

This div background color is #ebd326


#ebd326 Border Color

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

This div border color is #ebd326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd326


Comments

No comments written yet.

Please login to write comment.