Color Hex Logo

#ebd924 Color Hex

#EBD924
(235,217,36)
0 Favorites   0 Comments

Color spaces of #ebd924

RGB 23521736
HSL0.150.830.53
HSV55°85°92°
CMYK 0.000.080.85   0.08
XYZ59.392267.415311.5512
Yxy67.41530.42930.4873
Hunter Lab82.1068-14.568549.1336
CIE-Lab85.7132-10.954380.6889

#ebd924 color RGB value is (235,217,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00100100
Octal 353 331 44
Decimal 235 217 36
Hex EB D9 24

RGB Percentages of Color #ebd924

%48.16
%44.47
%7.38

CMYK Percentages of Color #ebd924

%0
%8
%85
%8

Triadic Colors of #ebd924

#ebd924 #24ebd9 #d924eb

Analogous Colors of #ebd924

#ebd924 #9aeb24 #eb7624

Monochromatic Colors of #ebd924

#ebd924

Complementary Color

#ebd924 #2436eb

#ebd924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd924 Color CSS Codes

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

#ebd924 Text Font Color

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

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


#ebd924 Background Color

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

This div background color is #ebd924


#ebd924 Border Color

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

This div border color is #ebd924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd924


Comments

No comments written yet.

Please login to write comment.