Color Hex Logo

#ebff96 Color Hex

#EBFF96
(235,255,150)
0 Favorites   0 Comments

Color spaces of #ebff96

RGB 235255150
HSL0.201.000.79
HSV71°41°100°
CMYK 0.080.000.41   0.00
XYZ75.526091.384242.5124
Yxy91.38420.36060.4364
Hunter Lab95.5951-26.265440.5495
CIE-Lab96.5680-22.091447.9049

#ebff96 color RGB value is (235,255,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 10010110
Octal 353 377 226
Decimal 235 255 150
Hex EB FF 96

RGB Percentages of Color #ebff96

%36.72
%39.84
%23.44

CMYK Percentages of Color #ebff96

%8
%0
%41
%0

Triadic Colors of #ebff96

#ebff96 #96ebff #ff96eb

Analogous Colors of #ebff96

#ebff96 #b7ff96 #ffdf96

Monochromatic Colors of #ebff96

#ebff96

Complementary Color

#ebff96 #aa96ff

#ebff96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebff96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebff96 Color CSS Codes

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

#ebff96 Text Font Color

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

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


#ebff96 Background Color

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

This div background color is #ebff96


#ebff96 Border Color

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

This div border color is #ebff96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebff96

#ebff96 Color Palettes


Comments

No comments written yet.

Please login to write comment.