Color Hex Logo

#ebd746 Color Hex

#EBD746
(235,215,70)
0 Favorites   0 Comments

Color spaces of #ebd746

RGB 23521570
HSL0.150.800.60
HSV53°70°92°
CMYK 0.000.090.70   0.08
XYZ59.666966.705215.5250
Yxy66.70520.42050.4701
Hunter Lab81.6733-12.523945.9010
CIE-Lab85.3549-8.751670.2648

#ebd746 color RGB value is (235,215,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01000110
Octal 353 327 106
Decimal 235 215 70
Hex EB D7 46

RGB Percentages of Color #ebd746

%45.19
%41.35
%13.46

CMYK Percentages of Color #ebd746

%0
%9
%70
%8

Triadic Colors of #ebd746

#ebd746 #46ebd7 #d746eb

Analogous Colors of #ebd746

#ebd746 #adeb46 #eb8546

Monochromatic Colors of #ebd746

#ebd746

Complementary Color

#ebd746 #465aeb

#ebd746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd746 Color CSS Codes

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

#ebd746 Text Font Color

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

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


#ebd746 Background Color

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

This div background color is #ebd746


#ebd746 Border Color

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

This div border color is #ebd746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd746


Comments

No comments written yet.

Please login to write comment.