Hex #ebd542 Color

#ebd542
equivalent to

RGB

(235, 213, 66)

Details of #ebd542

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
235
59.0386
0.14
0.00
84.8145
65.6440
52°
81.0210
213
65.6440
0.81
0.09
-7.9306
0.4235
72°
-11.7165
66
14.7132
0.59
0.72   0.08
71.1871
0.4709
92°
45.9504

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101011
353
235
EB
Green
11010101
325
213
D5
Blue
1000010
102
66
42

RGB in % of #ebd542

%45.72
%41.44
%12.84

CMYK in % of #ebd542

%0
%9
%72
%8

Triads of color #ebd542

#ebd542 #d542eb #42eb42

Similar Colors to #ebd542

#ebd542 #eb8142 #adeb42

Preview Color #ebd542 on black ground

#ebd542 is very interesting for text.

Preview Color #ebd542 on white ground

#ebd542 is very interesting for text.

CSS Codes #ebd542 color

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

Text Font Color #ebd542

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

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


Background Color #ebd542

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

This div background color is #ebd542


Border Color #ebd542

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

The color of this border is #ebd542


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ebd542