Color Hex Logo

#ebd738 Color Hex

#EBD738
(235,215,56)
0 Favorites   0 Comments

Color spaces of #ebd738

RGB 23521556
HSL0.150.820.57
HSV53°76°92°
CMYK 0.000.090.76   0.08
XYZ59.275266.548613.4624
Yxy66.54860.42560.4778
Hunter Lab81.5773-13.059847.3197
CIE-Lab85.2755-9.348374.9766

#ebd738 color RGB value is (235,215,56).

#ebd738 hex color red value is 235, green value is 215 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ebd738 hue: 0.15 , saturation: 0.82 and the lightness value of ebd738 is 0.57.

The process color (four color CMYK) of #ebd738 color hex is 0.00, 0.09, 0.76, 0.08. Web safe color of #ebd738 is #ffcc33. Color #ebd738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 00111000
Octal 353 327 70
Decimal 235 215 56
Hex EB D7 38

RGB Percentages of Color #ebd738

%46.44
%42.49
%11.07

CMYK Percentages of Color #ebd738

%0
%9
%76
%8

Triadic Colors of #ebd738

#ebd738 #38ebd7 #d738eb

Analogous Colors of #ebd738

#ebd738 #a6eb38 #eb7e38

Monochromatic Colors of #ebd738

#ebd738

Complementary Color

#ebd738 #384ceb

#ebd738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd738 Color CSS Codes

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

#ebd738 Text Font Color

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

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


#ebd738 Background Color

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

This div background color is #ebd738


#ebd738 Border Color

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

This div border color is #ebd738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd738


Comments

No comments written yet.

Please login to write comment.