Color Hex Logo

#ebfba8 Color Hex

#EBFBA8
(235,251,168)
0 Favorites   0 Comments

Color spaces of #ebfba8

RGB 235251168
HSL0.200.910.82
HSV72°33°98°
CMYK 0.060.000.33   0.02
XYZ75.826089.483750.3214
Yxy89.48370.35160.4150
Hunter Lab94.5958-22.460934.6770
CIE-Lab95.7822-18.091938.0978

#ebfba8 color RGB value is (235,251,168).

#ebfba8 hex color red value is 235, green value is 251 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ebfba8 hue: 0.20 , saturation: 0.91 and the lightness value of ebfba8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10101000
Octal 353 373 250
Decimal 235 251 168
Hex EB FB A8

RGB Percentages of Color #ebfba8

%35.93
%38.38
%25.69

CMYK Percentages of Color #ebfba8

%6
%0
%33
%2

Triadic Colors of #ebfba8

#ebfba8 #a8ebfb #fba8eb

Analogous Colors of #ebfba8

#ebfba8 #c2fba8 #fbe2a8

Monochromatic Colors of #ebfba8

#ebfba8

Complementary Color

#ebfba8 #b8a8fb

#ebfba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfba8 Color CSS Codes

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

#ebfba8 Text Font Color

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

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


#ebfba8 Background Color

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

This div background color is #ebfba8


#ebfba8 Border Color

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

This div border color is #ebfba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfba8


Comments

No comments written yet.

Please login to write comment.