Color Hex Logo

#ebfbbf Color Hex

#EBFBBF
(235,251,191)
0 Favorites   0 Comments

Color spaces of #ebfbbf

RGB 235251191
HSL0.210.880.87
HSV76°24°98°
CMYK 0.060.000.24   0.02
XYZ78.162190.418162.6231
Yxy90.41810.33810.3911
Hunter Lab95.0884-19.678927.5148
CIE-Lab96.1699-15.049027.0725

#ebfbbf color RGB value is (235,251,191).

#ebfbbf hex color red value is 235, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebfbbf hue: 0.21 , saturation: 0.88 and the lightness value of ebfbbf is 0.87.

The process color (four color CMYK) of #ebfbbf color hex is 0.06, 0.00, 0.24, 0.02. Web safe color of #ebfbbf is #ffffcc. Color #ebfbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10111111
Octal 353 373 277
Decimal 235 251 191
Hex EB FB BF

RGB Percentages of Color #ebfbbf

%34.71
%37.08
%28.21

CMYK Percentages of Color #ebfbbf

%6
%0
%24
%2

Triadic Colors of #ebfbbf

#ebfbbf #bfebfb #fbbfeb

Analogous Colors of #ebfbbf

#ebfbbf #cdfbbf #fbedbf

Monochromatic Colors of #ebfbbf

#ebfbbf

Complementary Color

#ebfbbf #cfbffb

#ebfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbbf Color CSS Codes

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

#ebfbbf Text Font Color

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

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


#ebfbbf Background Color

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

This div background color is #ebfbbf


#ebfbbf Border Color

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

This div border color is #ebfbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbbf


Comments

No comments written yet.

Please login to write comment.