Color Hex Logo

#ebf3ac Color Hex

#EBF3AC
(235,243,172)
0 Favorites   0 Comments

Color spaces of #ebf3ac

RGB 235243172
HSL0.190.750.81
HSV67°29°95°
CMYK 0.030.000.29   0.05
XYZ73.757984.741951.4991
Yxy84.74190.35120.4035
Hunter Lab92.0554-18.076631.2698
CIE-Lab93.7718-13.681233.4345

#ebf3ac color RGB value is (235,243,172).

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

The process color (four color CMYK) of #ebf3ac color hex is 0.03, 0.00, 0.29, 0.05. Web safe color of #ebf3ac is #ffff99. Color #ebf3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110011 10101100
Octal 353 363 254
Decimal 235 243 172
Hex EB F3 AC

RGB Percentages of Color #ebf3ac

%36.15
%37.38
%26.46

CMYK Percentages of Color #ebf3ac

%3
%0
%29
%5

Triadic Colors of #ebf3ac

#ebf3ac #acebf3 #f3aceb

Analogous Colors of #ebf3ac

#ebf3ac #c8f3ac #f3d8ac

Monochromatic Colors of #ebf3ac

#ebf3ac

Complementary Color

#ebf3ac #b4acf3

#ebf3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf3ac Color CSS Codes

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

#ebf3ac Text Font Color

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

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


#ebf3ac Background Color

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

This div background color is #ebf3ac


#ebf3ac Border Color

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

This div border color is #ebf3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,243,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 #ebf3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf3ac


Comments

No comments written yet.

Please login to write comment.