Color Hex Logo

#ebfeaa Color Hex

#EBFEAA
(235,254,170)
0 Favorites   0 Comments

Color spaces of #ebfeaa

RGB 235254170
HSL0.200.980.83
HSV74°33°100°
CMYK 0.070.000.33   0.00
XYZ76.958591.448151.6253
Yxy91.44810.34980.4156
Hunter Lab95.6285-23.699334.9321
CIE-Lab96.5943-19.294938.1737

#ebfeaa color RGB value is (235,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10101010
Octal 353 376 252
Decimal 235 254 170
Hex EB FE AA

RGB Percentages of Color #ebfeaa

%35.66
%38.54
%25.80

CMYK Percentages of Color #ebfeaa

%7
%0
%33
%0

Triadic Colors of #ebfeaa

#ebfeaa #aaebfe #feaaeb

Analogous Colors of #ebfeaa

#ebfeaa #c1feaa #fee7aa

Monochromatic Colors of #ebfeaa

#ebfeaa

Complementary Color

#ebfeaa #bdaafe

#ebfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeaa Color CSS Codes

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

#ebfeaa Text Font Color

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

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


#ebfeaa Background Color

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

This div background color is #ebfeaa


#ebfeaa Border Color

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

This div border color is #ebfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeaa


Comments

No comments written yet.

Please login to write comment.