Color Hex Logo

#ebd723 Color Hex

#EBD723
(235,215,35)
0 Favorites   0 Comments

Color spaces of #ebd723

RGB 23521535
HSL0.150.830.53
HSV54°85°92°
CMYK 0.000.090.85   0.08
XYZ58.864866.384411.3011
Yxy66.38440.43110.4862
Hunter Lab81.4766-13.622448.8099
CIE-Lab85.1921-9.977280.4788

#ebd723 color RGB value is (235,215,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 00100011
Octal 353 327 43
Decimal 235 215 35
Hex EB D7 23

RGB Percentages of Color #ebd723

%48.45
%44.33
%7.22

CMYK Percentages of Color #ebd723

%0
%9
%85
%8

Triadic Colors of #ebd723

#ebd723 #23ebd7 #d723eb

Analogous Colors of #ebd723

#ebd723 #9beb23 #eb7323

Monochromatic Colors of #ebd723

#ebd723

Complementary Color

#ebd723 #2337eb

#ebd723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd723 Color CSS Codes

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

#ebd723 Text Font Color

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

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


#ebd723 Background Color

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

This div background color is #ebd723


#ebd723 Border Color

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

This div border color is #ebd723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd723


Comments

No comments written yet.

Please login to write comment.