Color Hex Logo

#ebfade Color Hex

#EBFADE
(235,250,222)
0 Favorites   0 Comments

Color spaces of #ebfade

RGB 235250222
HSL0.260.740.93
HSV92°11°98°
CMYK 0.060.000.11   0.02
XYZ81.631491.307382.4289
Yxy91.30730.31970.3576
Hunter Lab95.5549-14.730515.7428
CIE-Lab96.5364-9.798111.7494

#ebfade color RGB value is (235,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011110
Octal 353 372 336
Decimal 235 250 222
Hex EB FA DE

RGB Percentages of Color #ebfade

%33.24
%35.36
%31.40

CMYK Percentages of Color #ebfade

%6
%0
%11
%2

Triadic Colors of #ebfade

#ebfade #deebfa #fadeeb

Analogous Colors of #ebfade

#ebfade #defadf #f9fade

Monochromatic Colors of #ebfade

#ebfade

Complementary Color

#ebfade #eddefa

#ebfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfade Color CSS Codes

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

#ebfade Text Font Color

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

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


#ebfade Background Color

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

This div background color is #ebfade


#ebfade Border Color

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

This div border color is #ebfade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,250,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 #ebfade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfade


Comments

No comments written yet.

Please login to write comment.