Color Hex Logo

#e6fbdb Color Hex

#E6FBDB
(230,251,219)
0 Favorites   0 Comments

Color spaces of #e6fbdb

RGB 230251219
HSL0.280.800.92
HSV99°13°98°
CMYK 0.080.000.13   0.02
XYZ79.916590.931880.3574
Yxy90.93180.31810.3620
Hunter Lab95.3582-17.281916.7876
CIE-Lab96.3820-12.483913.0230

#e6fbdb color RGB value is (230,251,219).

#e6fbdb hex color red value is 230, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e6fbdb hue: 0.28 , saturation: 0.80 and the lightness value of e6fbdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111011 11011011
Octal 346 373 333
Decimal 230 251 219
Hex E6 FB DB

RGB Percentages of Color #e6fbdb

%32.86
%35.86
%31.29

CMYK Percentages of Color #e6fbdb

%8
%0
%13
%2

Triadic Colors of #e6fbdb

#e6fbdb #dbe6fb #fbdbe6

Analogous Colors of #e6fbdb

#e6fbdb #dbfbe0 #f6fbdb

Monochromatic Colors of #e6fbdb

#e6fbdb

Complementary Color

#e6fbdb #f0dbfb

#e6fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fbdb Color CSS Codes

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

#e6fbdb Text Font Color

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

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


#e6fbdb Background Color

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

This div background color is #e6fbdb


#e6fbdb Border Color

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

This div border color is #e6fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fbdb

#e6fbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.