Color Hex Logo

#ebebf6 Color Hex

#EBEBF6
(235,235,246)
0 Favorites   0 Comments

Color spaces of #ebebf6

RGB 235235246
HSL0.670.380.94
HSV240°96°
CMYK 0.040.040.00   0.04
XYZ80.603883.732799.1025
Yxy83.73270.30600.3178
Hunter Lab91.5056-2.9009-0.1584
CIE-Lab93.33432.0016-5.3154

#ebebf6 color RGB value is (235,235,246).

#ebebf6 hex color red value is 235, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ebebf6 hue: 0.67 , saturation: 0.38 and the lightness value of ebebf6 is 0.94.

The process color (four color CMYK) of #ebebf6 color hex is 0.04, 0.04, 0.00, 0.04. Web safe color of #ebebf6 is #ffffff. Color #ebebf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11110110
Octal 353 353 366
Decimal 235 235 246
Hex EB EB F6

RGB Percentages of Color #ebebf6

%32.82
%32.82
%34.36

CMYK Percentages of Color #ebebf6

%4
%4
%0
%4

Triadic Colors of #ebebf6

#ebebf6 #f6ebeb #ebf6eb

Analogous Colors of #ebebf6

#ebebf6 #f1ebf6 #ebf1f6

Monochromatic Colors of #ebebf6

#ebebf6

Complementary Color

#ebebf6 #f6f6eb

#ebebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebf6 Color CSS Codes

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

#ebebf6 Text Font Color

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

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


#ebebf6 Background Color

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

This div background color is #ebebf6


#ebebf6 Border Color

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

This div border color is #ebebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebf6


Comments

No comments written yet.

Please login to write comment.