Color Hex Logo

#ebefac Color Hex

#EBEFAC
(235,239,172)
0 Favorites   0 Comments

Color spaces of #ebefac

RGB 235239172
HSL0.180.680.81
HSV64°28°94°
CMYK 0.020.000.28   0.06
XYZ72.573882.373751.1044
Yxy82.37370.35220.3998
Hunter Lab90.7600-16.097130.1474
CIE-Lab92.7395-11.703932.0539

#ebefac color RGB value is (235,239,172).

#ebefac hex color red value is 235, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebefac hue: 0.18 , saturation: 0.68 and the lightness value of ebefac is 0.81.

The process color (four color CMYK) of #ebefac color hex is 0.02, 0.00, 0.28, 0.06. Web safe color of #ebefac is #ffff99. Color #ebefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 10101100
Octal 353 357 254
Decimal 235 239 172
Hex EB EF AC

RGB Percentages of Color #ebefac

%36.38
%37.00
%26.63

CMYK Percentages of Color #ebefac

%2
%0
%28
%6

Triadic Colors of #ebefac

#ebefac #acebef #efaceb

Analogous Colors of #ebefac

#ebefac #caefac #efd2ac

Monochromatic Colors of #ebefac

#ebefac

Complementary Color

#ebefac #b0acef

#ebefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebefac Color CSS Codes

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

#ebefac Text Font Color

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

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


#ebefac Background Color

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

This div background color is #ebefac


#ebefac Border Color

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

This div border color is #ebefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebefac


Comments

No comments written yet.

Please login to write comment.