Color Hex Logo

#ebfeac Color Hex

#EBFEAC
(235,254,172)
0 Favorites   0 Comments

Color spaces of #ebfeac

RGB 235254172
HSL0.210.980.84
HSV74°32°100°
CMYK 0.070.000.32   0.00
XYZ77.149291.524352.6295
Yxy91.52430.34860.4136
Hunter Lab95.6683-23.473034.3509
CIE-Lab96.6255-19.045037.2229

#ebfeac color RGB value is (235,254,172).

#ebfeac hex color red value is 235, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebfeac hue: 0.21 , saturation: 0.98 and the lightness value of ebfeac is 0.84.

The process color (four color CMYK) of #ebfeac color hex is 0.07, 0.00, 0.32, 0.00. Web safe color of #ebfeac is #ffff99. Color #ebfeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10101100
Octal 353 376 254
Decimal 235 254 172
Hex EB FE AC

RGB Percentages of Color #ebfeac

%35.55
%38.43
%26.02

CMYK Percentages of Color #ebfeac

%7
%0
%32
%0

Triadic Colors of #ebfeac

#ebfeac #acebfe #feaceb

Analogous Colors of #ebfeac

#ebfeac #c2feac #fee8ac

Monochromatic Colors of #ebfeac

#ebfeac

Complementary Color

#ebfeac #bfacfe

#ebfeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeac Color CSS Codes

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

#ebfeac Text Font Color

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

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


#ebfeac Background Color

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

This div background color is #ebfeac


#ebfeac Border Color

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

This div border color is #ebfeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeac

Related Colors


Comments

No comments written yet.

Please login to write comment.