Color Hex Logo

#ebffae Color Hex

#EBFFAE
(235,255,174)
0 Favorites   0 Comments

Color spaces of #ebffae

RGB 235255174
HSL0.211.000.84
HSV75°32°100°
CMYK 0.080.000.32   0.00
XYZ77.660992.238253.7550
Yxy92.23820.34720.4124
Hunter Lab96.0407-23.731734.0433
CIE-Lab96.9176-19.275036.6154

#ebffae color RGB value is (235,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 10101110
Octal 353 377 256
Decimal 235 255 174
Hex EB FF AE

RGB Percentages of Color #ebffae

%35.39
%38.40
%26.20

CMYK Percentages of Color #ebffae

%8
%0
%32
%0

Triadic Colors of #ebffae

#ebffae #aeebff #ffaeeb

Analogous Colors of #ebffae

#ebffae #c3ffae #ffebae

Monochromatic Colors of #ebffae

#ebffae

Complementary Color

#ebffae #c2aeff

#ebffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffae Color CSS Codes

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

#ebffae Text Font Color

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

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


#ebffae Background Color

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

This div background color is #ebffae


#ebffae Border Color

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

This div border color is #ebffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffae

Related Colors

#ebffae Color Palettes


Comments

No comments written yet.

Please login to write comment.