Color Hex Logo

#ebd923 Color Hex

#EBD923
(235,217,35)
0 Favorites   0 Comments

Color spaces of #ebd923

RGB 23521735
HSL0.150.830.53
HSV55°85°92°
CMYK 0.000.080.85   0.08
XYZ59.377267.409211.4719
Yxy67.40920.42950.4876
Hunter Lab82.1031-14.588749.1878
CIE-Lab85.7102-10.977180.9008

#ebd923 color RGB value is (235,217,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00100011
Octal 353 331 43
Decimal 235 217 35
Hex EB D9 23

RGB Percentages of Color #ebd923

%48.25
%44.56
%7.19

CMYK Percentages of Color #ebd923

%0
%8
%85
%8

Triadic Colors of #ebd923

#ebd923 #23ebd9 #d923eb

Analogous Colors of #ebd923

#ebd923 #99eb23 #eb7523

Monochromatic Colors of #ebd923

#ebd923

Complementary Color

#ebd923 #2335eb

#ebd923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd923 Color CSS Codes

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

#ebd923 Text Font Color

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

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


#ebd923 Background Color

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

This div background color is #ebd923


#ebd923 Border Color

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

This div border color is #ebd923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd923


Comments

No comments written yet.

Please login to write comment.