Color Hex Logo

#ebd318 Color Hex

#EBD318
(235,211,24)
0 Favorites   0 Comments

Color spaces of #ebd318

RGB 23521124
HSL0.150.840.51
HSV53°90°92°
CMYK 0.000.100.90   0.08
XYZ57.720164.316610.2363
Yxy64.31660.43640.4862
Hunter Lab80.1976-11.875348.5707
CIE-Lab84.1303-8.181381.6980

#ebd318 color RGB value is (235,211,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00011000
Octal 353 323 30
Decimal 235 211 24
Hex EB D3 18

RGB Percentages of Color #ebd318

%50.00
%44.89
%5.11

CMYK Percentages of Color #ebd318

%0
%10
%90
%8

Triadic Colors of #ebd318

#ebd318 #18ebd3 #d318eb

Analogous Colors of #ebd318

#ebd318 #9aeb18 #eb6a18

Monochromatic Colors of #ebd318

#ebd318

Complementary Color

#ebd318 #1830eb

#ebd318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd318 Color CSS Codes

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

#ebd318 Text Font Color

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

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


#ebd318 Background Color

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

This div background color is #ebd318


#ebd318 Border Color

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

This div border color is #ebd318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd318


Comments

No comments written yet.

Please login to write comment.