Color Hex Logo

#ebfac3 Color Hex

#EBFAC3
(235,250,195)
0 Favorites   0 Comments

Color spaces of #ebfac3

RGB 235250195
HSL0.210.850.87
HSV76°22°98°
CMYK 0.060.000.22   0.02
XYZ78.296989.973564.8697
Yxy89.97350.33580.3859
Hunter Lab94.8544-18.653525.8504
CIE-Lab95.9858-13.986024.7893

#ebfac3 color RGB value is (235,250,195).

#ebfac3 hex color red value is 235, green value is 250 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ebfac3 hue: 0.21 , saturation: 0.85 and the lightness value of ebfac3 is 0.87.

The process color (four color CMYK) of #ebfac3 color hex is 0.06, 0.00, 0.22, 0.02. Web safe color of #ebfac3 is #ffffcc. Color #ebfac3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11000011
Octal 353 372 303
Decimal 235 250 195
Hex EB FA C3

RGB Percentages of Color #ebfac3

%34.56
%36.76
%28.68

CMYK Percentages of Color #ebfac3

%6
%0
%22
%2

Triadic Colors of #ebfac3

#ebfac3 #c3ebfa #fac3eb

Analogous Colors of #ebfac3

#ebfac3 #d0fac3 #faeec3

Monochromatic Colors of #ebfac3

#ebfac3

Complementary Color

#ebfac3 #d2c3fa

#ebfac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfac3 Color CSS Codes

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

#ebfac3 Text Font Color

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

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


#ebfac3 Background Color

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

This div background color is #ebfac3


#ebfac3 Border Color

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

This div border color is #ebfac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfac3


Comments

No comments written yet.

Please login to write comment.