Color Hex Logo

#ebebf3 Color Hex

#EBEBF3
(235,235,243)
0 Favorites   0 Comments

Color spaces of #ebebf3

RGB 235235243
HSL0.670.250.94
HSV240°95°
CMYK 0.030.030.00   0.05
XYZ80.146983.549996.6966
Yxy83.54990.30780.3209
Hunter Lab91.4056-3.44631.2620
CIE-Lab93.25471.4489-3.8713

#ebebf3 color RGB value is (235,235,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11110011
Octal 353 353 363
Decimal 235 235 243
Hex EB EB F3

RGB Percentages of Color #ebebf3

%32.96
%32.96
%34.08

CMYK Percentages of Color #ebebf3

%3
%3
%0
%5

Triadic Colors of #ebebf3

#ebebf3 #f3ebeb #ebf3eb

Analogous Colors of #ebebf3

#ebebf3 #efebf3 #ebeff3

Monochromatic Colors of #ebebf3

#ebebf3

Complementary Color

#ebebf3 #f3f3eb

#ebebf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebf3 Color CSS Codes

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

#ebebf3 Text Font Color

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

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


#ebebf3 Background Color

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

This div background color is #ebebf3


#ebebf3 Border Color

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

This div border color is #ebebf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebf3

#ebebf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.