Hex #ebb08a Color

#ebb08a
equivalent to

RGB

(235, 176, 138)

Details of #ebb08a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
235
54.3737
0.07
0.00
76.4043
50.5478
24°
71.0970
176
50.5478
0.71
0.25
16.7746
0.4002
41°
12.0943
138
30.9357
0.73
0.41   0.08
27.8367
0.3721
92°
23.9780

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101011
353
235
EB
Green
10110000
260
176
B0
Blue
10001010
212
138
8A

RGB in % of #ebb08a

%42.81
%32.06
%25.14

CMYK in % of #ebb08a

%0
%25
%41
%8

Triads of color #ebb08a

#ebb08a #b08aeb #8aeb8a

Similar Colors to #ebb08a

#ebb08a #eb8a95 #ebe18a

Preview Color #ebb08a on black ground

#ebb08a is very interesting for text.

Preview Color #ebb08a on white ground

#ebb08a is very interesting for text.

CSS Codes #ebb08a color

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

Text Font Color #ebb08a

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

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

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

This div background color is #ebb08a


Border Color #ebb08a

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

The color of this border is #ebb08a


Examples Css3

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

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 #ebb08a">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ebb08a