Color Hex Logo

#ebfbda Color Hex

#EBFBDA
(235,251,218)
0 Favorites   0 Comments

Color spaces of #ebfbda

RGB 235251218
HSL0.250.800.92
HSV89°13°98°
CMYK 0.060.000.13   0.02
XYZ81.413091.718579.7422
Yxy91.71850.32200.3627
Hunter Lab95.7698-15.855917.6713
CIE-Lab96.7051-10.949414.0426

#ebfbda color RGB value is (235,251,218).

#ebfbda hex color red value is 235, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebfbda hue: 0.25 , saturation: 0.80 and the lightness value of ebfbda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11011010
Octal 353 373 332
Decimal 235 251 218
Hex EB FB DA

RGB Percentages of Color #ebfbda

%33.38
%35.65
%30.97

CMYK Percentages of Color #ebfbda

%6
%0
%13
%2

Triadic Colors of #ebfbda

#ebfbda #daebfb #fbdaeb

Analogous Colors of #ebfbda

#ebfbda #dbfbda #fbfbda

Monochromatic Colors of #ebfbda

#ebfbda

Complementary Color

#ebfbda #eadafb

#ebfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbda Color CSS Codes

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

#ebfbda Text Font Color

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

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


#ebfbda Background Color

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

This div background color is #ebfbda


#ebfbda Border Color

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

This div border color is #ebfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbda

Related Colors


Comments

No comments written yet.

Please login to write comment.