Color Hex Logo

#ebfadb Color Hex

#EBFADB
(235,250,219)
0 Favorites   0 Comments

Color spaces of #ebfadb

RGB 235250219
HSL0.250.760.92
HSV89°12°98°
CMYK 0.060.000.12   0.02
XYZ81.232791.147980.3297
Yxy91.14790.32140.3607
Hunter Lab95.4714-15.196616.9433
CIE-Lab96.4709-10.290713.1971

#ebfadb color RGB value is (235,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011011
Octal 353 372 333
Decimal 235 250 219
Hex EB FA DB

RGB Percentages of Color #ebfadb

%33.38
%35.51
%31.11

CMYK Percentages of Color #ebfadb

%6
%0
%12
%2

Triadic Colors of #ebfadb

#ebfadb #dbebfa #fadbeb

Analogous Colors of #ebfadb

#ebfadb #dcfadb #fafadb

Monochromatic Colors of #ebfadb

#ebfadb

Complementary Color

#ebfadb #eadbfa

#ebfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfadb Color CSS Codes

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

#ebfadb Text Font Color

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

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


#ebfadb Background Color

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

This div background color is #ebfadb


#ebfadb Border Color

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

This div border color is #ebfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfadb


Comments

No comments written yet.

Please login to write comment.