Color Hex Logo

#ebd130 Color Hex

#EBD130
(235,209,48)
0 Favorites   0 Comments

Color spaces of #ebd130

RGB 23520948
HSL0.140.820.55
HSV52°80°92°
CMYK 0.000.110.80   0.08
XYZ57.594963.476512.0129
Yxy63.47650.43280.4770
Hunter Lab79.6721-10.388846.8308
CIE-Lab83.6925-6.600375.9599

#ebd130 color RGB value is (235,209,48).

#ebd130 hex color red value is 235, green value is 209 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ebd130 hue: 0.14 , saturation: 0.82 and the lightness value of ebd130 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00110000
Octal 353 321 60
Decimal 235 209 48
Hex EB D1 30

RGB Percentages of Color #ebd130

%47.76
%42.48
%9.76

CMYK Percentages of Color #ebd130

%0
%11
%80
%8

Triadic Colors of #ebd130

#ebd130 #30ebd1 #d130eb

Analogous Colors of #ebd130

#ebd130 #a8eb30 #eb7430

Monochromatic Colors of #ebd130

#ebd130

Complementary Color

#ebd130 #304aeb

#ebd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd130 Color CSS Codes

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

#ebd130 Text Font Color

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

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


#ebd130 Background Color

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

This div background color is #ebd130


#ebd130 Border Color

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

This div border color is #ebd130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd130


Comments

No comments written yet.

Please login to write comment.