Color Hex Logo

#ebffdb Color Hex

#EBFFDB
(235,255,219)
0 Favorites   0 Comments

Color spaces of #ebffdb

RGB 235255219
HSL0.261.000.93
HSV93°14°100°
CMYK 0.080.000.14   0.00
XYZ82.807194.296680.8545
Yxy94.29660.32100.3655
Hunter Lab97.1064-17.721118.6074
CIE-Lab97.7514-12.764015.0121

#ebffdb color RGB value is (235,255,219).

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

The process color (four color CMYK) of #ebffdb color hex is 0.08, 0.00, 0.14, 0.00. Web safe color of #ebffdb is #ffffcc. Color #ebffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 11011011
Octal 353 377 333
Decimal 235 255 219
Hex EB FF DB

RGB Percentages of Color #ebffdb

%33.15
%35.97
%30.89

CMYK Percentages of Color #ebffdb

%8
%0
%14
%0

Triadic Colors of #ebffdb

#ebffdb #dbebff #ffdbeb

Analogous Colors of #ebffdb

#ebffdb #dbffdd #fdffdb

Monochromatic Colors of #ebffdb

#ebffdb

Complementary Color

#ebffdb #efdbff

#ebffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffdb Color CSS Codes

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

#ebffdb Text Font Color

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

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


#ebffdb Background Color

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

This div background color is #ebffdb


#ebffdb Border Color

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

This div border color is #ebffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffdb


Comments

No comments written yet.

Please login to write comment.