Color Hex Logo

#ebf296 Color Hex

#EBF296
(235,242,150)
0 Favorites   0 Comments

Color spaces of #ebf296

RGB 235242150
HSL0.180.780.77
HSV65°38°95°
CMYK 0.030.000.38   0.05
XYZ71.518183.368441.1765
Yxy83.36840.36480.4252
Hunter Lab91.3063-19.971137.1763
CIE-Lab93.1755-15.809843.6031

#ebf296 color RGB value is (235,242,150).

#ebf296 hex color red value is 235, green value is 242 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ebf296 hue: 0.18 , saturation: 0.78 and the lightness value of ebf296 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 10010110
Octal 353 362 226
Decimal 235 242 150
Hex EB F2 96

RGB Percentages of Color #ebf296

%37.48
%38.60
%23.92

CMYK Percentages of Color #ebf296

%3
%0
%38
%5

Triadic Colors of #ebf296

#ebf296 #96ebf2 #f296eb

Analogous Colors of #ebf296

#ebf296 #bdf296 #f2cb96

Monochromatic Colors of #ebf296

#ebf296

Complementary Color

#ebf296 #9d96f2

#ebf296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf296 Color CSS Codes

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

#ebf296 Text Font Color

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

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


#ebf296 Background Color

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

This div background color is #ebf296


#ebf296 Border Color

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

This div border color is #ebf296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf296


Comments

No comments written yet.

Please login to write comment.