Hex #efbbba Color

#efbbba
equivalent to

RGB

(239, 187, 186)

Details of #efbbba

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
239
62.2299
0.00
0.00
80.4245
57.4365
75.7869
187
57.4365
0.62
0.22
18.5441
0.3578
22°
13.9425
186
54.2609
0.83
0.22   0.06
7.6848
0.3302
94°
10.6156

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101111
357
239
EF
Green
10111011
273
187
BB
Blue
10111010
272
186
BA

RGB in % of #efbbba

%39.05
%30.56
%30.39

CMYK in % of #efbbba

%0
%22
%22
%6

Triads of color #efbbba

#efbbba #bbbaef #baefba

Similar Colors to #efbbba

#efbbba #efbad4 #efd6ba

Preview Color #efbbba on black ground

#efbbba is very interesting for text.

Preview Color #efbbba on white ground

#efbbba is very interesting for text.

CSS Codes #efbbba color

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

Text Font Color #efbbba

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

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

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

This div background color is #efbbba


Border Color #efbbba

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

The color of this border is #efbbba


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #efbbba