Color Hex Logo

#e6fbdf Color Hex

#E6FBDF
(230,251,223)
0 Favorites   0 Comments

Color spaces of #e6fbdf

RGB 230251223
HSL0.290.780.93
HSV105°11°98°
CMYK 0.080.000.11   0.02
XYZ80.449691.145183.1646
Yxy91.14510.31580.3578
Hunter Lab95.4699-16.655915.1810
CIE-Lab96.4698-11.815411.0938

#e6fbdf color RGB value is (230,251,223).

#e6fbdf hex color red value is 230, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e6fbdf hue: 0.29 , saturation: 0.78 and the lightness value of e6fbdf is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111011 11011111
Octal 346 373 337
Decimal 230 251 223
Hex E6 FB DF

RGB Percentages of Color #e6fbdf

%32.67
%35.65
%31.68

CMYK Percentages of Color #e6fbdf

%8
%0
%11
%2

Triadic Colors of #e6fbdf

#e6fbdf #dfe6fb #fbdfe6

Analogous Colors of #e6fbdf

#e6fbdf #dffbe6 #f4fbdf

Monochromatic Colors of #e6fbdf

#e6fbdf

Complementary Color

#e6fbdf #f4dffb

#e6fbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fbdf Color CSS Codes

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

#e6fbdf Text Font Color

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

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


#e6fbdf Background Color

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

This div background color is #e6fbdf


#e6fbdf Border Color

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

This div border color is #e6fbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,251,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fbdf


Comments

No comments written yet.

Please login to write comment.