Color Hex Logo

#ebfada Color Hex

#EBFADA
(235,250,218)
0 Favorites   0 Comments

Color spaces of #ebfada

RGB 235250218
HSL0.240.760.92
HSV88°13°98°
CMYK 0.060.000.13   0.02
XYZ81.101491.095379.6383
Yxy91.09530.32200.3617
Hunter Lab95.4439-15.350217.3392
CIE-Lab96.4493-10.453213.6798

#ebfada color RGB value is (235,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011010
Octal 353 372 332
Decimal 235 250 218
Hex EB FA DA

RGB Percentages of Color #ebfada

%33.43
%35.56
%31.01

CMYK Percentages of Color #ebfada

%6
%0
%13
%2

Triadic Colors of #ebfada

#ebfada #daebfa #fadaeb

Analogous Colors of #ebfada

#ebfada #dbfada #faf9da

Monochromatic Colors of #ebfada

#ebfada

Complementary Color

#ebfada #e9dafa

#ebfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfada Color CSS Codes

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

#ebfada Text Font Color

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

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


#ebfada Background Color

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

This div background color is #ebfada


#ebfada Border Color

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

This div border color is #ebfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfada


Comments

No comments written yet.

Please login to write comment.