Color Hex Logo

#ebd918 Color Hex

#EBD918
(235,217,24)
0 Favorites   0 Comments

Color spaces of #ebd918

RGB 23521724
HSL0.150.840.51
HSV55°90°92°
CMYK 0.000.080.90   0.08
XYZ59.238767.353810.7425
Yxy67.35380.43130.4904
Hunter Lab82.0694-14.777849.6878
CIE-Lab85.6823-11.189682.8988

#ebd918 color RGB value is (235,217,24).

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

The process color (four color CMYK) of #ebd918 color hex is 0.00, 0.08, 0.90, 0.08. Web safe color of #ebd918 is #ffcc00. Color #ebd918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00011000
Octal 353 331 30
Decimal 235 217 24
Hex EB D9 18

RGB Percentages of Color #ebd918

%49.37
%45.59
%5.04

CMYK Percentages of Color #ebd918

%0
%8
%90
%8

Triadic Colors of #ebd918

#ebd918 #18ebd9 #d918eb

Analogous Colors of #ebd918

#ebd918 #94eb18 #eb7018

Monochromatic Colors of #ebd918

#ebd918

Complementary Color

#ebd918 #182aeb

#ebd918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd918 Color CSS Codes

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

#ebd918 Text Font Color

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

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


#ebd918 Background Color

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

This div background color is #ebd918


#ebd918 Border Color

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

This div border color is #ebd918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd918


Comments

No comments written yet.

Please login to write comment.