Color Hex Logo

#ebebe6 Color Hex

#EBEBE6
(235,235,230)
2 Favorites   0 Comments

Color spaces of #ebebe6

RGB 235235230
HSL0.170.110.91
HSV60°92°
CMYK 0.000.000.02   0.08
XYZ78.252282.792086.7190
Yxy82.79200.31580.3342
Hunter Lab90.9901-5.72137.1862
CIE-Lab92.9233-0.87492.4109

#ebebe6 color RGB value is (235,235,230).

#ebebe6 hex color red value is 235, green value is 235 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ebebe6 hue: 0.17 , saturation: 0.11 and the lightness value of ebebe6 is 0.91.

The process color (four color CMYK) of #ebebe6 color hex is 0.00, 0.00, 0.02, 0.08. Web safe color of #ebebe6 is #ffffff. Color #ebebe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11100110
Octal 353 353 346
Decimal 235 235 230
Hex EB EB E6

RGB Percentages of Color #ebebe6

%33.57
%33.57
%32.86

CMYK Percentages of Color #ebebe6

%0
%0
%2
%8

Triadic Colors of #ebebe6

#ebebe6 #e6ebeb #ebe6eb

Analogous Colors of #ebebe6

#ebebe6 #e9ebe6 #ebe9e6

Monochromatic Colors of #ebebe6

#ebebe6

Complementary Color

#ebebe6 #e6e6eb

#ebebe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebe6 Color CSS Codes

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

#ebebe6 Text Font Color

<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.


#ebebe6 Background Color

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

This div background color is #ebebe6


#ebebe6 Border Color

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

This div border color is #ebebe6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,235,230, 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 with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<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>

This div box has shadow with color #ebebe6


Comments

No comments written yet.

Please login to write comment.