Color Hex Logo

#e6fbdd Color Hex

#E6FBDD
(230,251,221)
0 Favorites   0 Comments

Color spaces of #e6fbdd

RGB 230251221
HSL0.280.790.93
HSV102°12°98°
CMYK 0.080.000.12   0.02
XYZ80.181591.037881.7527
Yxy91.03780.31700.3599
Hunter Lab95.4137-16.970515.9886
CIE-Lab96.4256-12.151012.0581

#e6fbdd color RGB value is (230,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111011 11011101
Octal 346 373 335
Decimal 230 251 221
Hex E6 FB DD

RGB Percentages of Color #e6fbdd

%32.76
%35.75
%31.48

CMYK Percentages of Color #e6fbdd

%8
%0
%12
%2

Triadic Colors of #e6fbdd

#e6fbdd #dde6fb #fbdde6

Analogous Colors of #e6fbdd

#e6fbdd #ddfbe3 #f5fbdd

Monochromatic Colors of #e6fbdd

#e6fbdd

Complementary Color

#e6fbdd #f2ddfb

#e6fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fbdd Color CSS Codes

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

#e6fbdd Text Font Color

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

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


#e6fbdd Background Color

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

This div background color is #e6fbdd


#e6fbdd Border Color

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

This div border color is #e6fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fbdd


Comments

No comments written yet.

Please login to write comment.