Hex #ebebe6 Color

#ebebe6
equivalent to

RGB

(235, 235, 230)

Details of #ebebe6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
235
78.2522
0.17
0.00
92.9233
82.7920
60°
90.9901
235
82.7920
0.11
0.00
-0.8749
0.3158
-5.7208
230
86.7190
0.91
0.02   0.08
2.4109
0.3342
92°
7.2055

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101011
353
235
EB
Green
11101011
353
235
EB
Blue
11100110
346
230
E6

RGB in % of #ebebe6

%33.57
%33.57
%32.86

CMYK in % of #ebebe6

%0
%0
%2
%8

Triads of color #ebebe6

#ebebe6 #ebe6eb #e6ebe6

Similar Colors to #ebebe6

#ebebe6 #ebe9e6 #e9ebe6

Preview Color #ebebe6 on black ground

#ebebe6 is very interesting for text.

Preview Color #ebebe6 on white ground

#ebebe6 is very interesting for text.

CSS Codes #ebebe6 color

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

Text Font Color #ebebe6

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

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

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

This div background color is #ebebe6


Border Color #ebebe6

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

The color of this border is #ebebe6


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ebebe6