Color Hex Logo

#ebfbde Color Hex

#EBFBDE
(235,251,222)
0 Favorites   0 Comments

Color spaces of #ebfbde

RGB 235251222
HSL0.260.780.93
HSV93°12°98°
CMYK 0.060.000.12   0.02
XYZ81.942991.930582.5327
Yxy91.93050.31960.3585
Hunter Lab95.8804-15.238016.0802
CIE-Lab96.7919-10.295412.1134

#ebfbde color RGB value is (235,251,222).

#ebfbde hex color red value is 235, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ebfbde hue: 0.26 , saturation: 0.78 and the lightness value of ebfbde is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11011110
Octal 353 373 336
Decimal 235 251 222
Hex EB FB DE

RGB Percentages of Color #ebfbde

%33.19
%35.45
%31.36

CMYK Percentages of Color #ebfbde

%6
%0
%12
%2

Triadic Colors of #ebfbde

#ebfbde #deebfb #fbdeeb

Analogous Colors of #ebfbde

#ebfbde #defbe0 #fafbde

Monochromatic Colors of #ebfbde

#ebfbde

Complementary Color

#ebfbde #eedefb

#ebfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbde Color CSS Codes

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

#ebfbde Text Font Color

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

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


#ebfbde Background Color

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

This div background color is #ebfbde


#ebfbde Border Color

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

This div border color is #ebfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbde


Comments

No comments written yet.

Please login to write comment.