Color Hex Logo

#ebfbba Color Hex

#EBFBBA
(235,251,186)
0 Favorites   0 Comments

Color spaces of #ebfbba

RGB 235251186
HSL0.210.890.86
HSV75°26°98°
CMYK 0.060.000.26   0.02
XYZ77.621190.201759.7740
Yxy90.20170.34100.3963
Hunter Lab94.9746-20.320529.1669
CIE-Lab96.0804-15.746229.4797

#ebfbba color RGB value is (235,251,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10111010
Octal 353 373 272
Decimal 235 251 186
Hex EB FB BA

RGB Percentages of Color #ebfbba

%34.97
%37.35
%27.68

CMYK Percentages of Color #ebfbba

%6
%0
%26
%2

Triadic Colors of #ebfbba

#ebfbba #baebfb #fbbaeb

Analogous Colors of #ebfbba

#ebfbba #cbfbba #fbebba

Monochromatic Colors of #ebfbba

#ebfbba

Complementary Color

#ebfbba #cabafb

#ebfbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbba Color CSS Codes

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

#ebfbba Text Font Color

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

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


#ebfbba Background Color

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

This div background color is #ebfbba


#ebfbba Border Color

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

This div border color is #ebfbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbba


Comments

No comments written yet.

Please login to write comment.