Color Hex Logo

#e6fcda Color Hex

#E6FCDA
(230,252,218)
0 Favorites   0 Comments

Color spaces of #e6fcda

RGB 230252218
HSL0.270.850.92
HSV99°13°99°
CMYK 0.090.000.13   0.01
XYZ80.098491.505879.7704
Yxy91.50580.31860.3640
Hunter Lab95.6587-17.938317.5187
CIE-Lab96.6179-13.143313.8710

#e6fcda color RGB value is (230,252,218).

#e6fcda hex color red value is 230, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e6fcda hue: 0.27 , saturation: 0.85 and the lightness value of e6fcda is 0.92.

The process color (four color CMYK) of #e6fcda color hex is 0.09, 0.00, 0.13, 0.01. Web safe color of #e6fcda is #ffffcc. Color #e6fcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111100 11011010
Octal 346 374 332
Decimal 230 252 218
Hex E6 FC DA

RGB Percentages of Color #e6fcda

%32.86
%36.00
%31.14

CMYK Percentages of Color #e6fcda

%9
%0
%13
%1

Triadic Colors of #e6fcda

#e6fcda #dae6fc #fcdae6

Analogous Colors of #e6fcda

#e6fcda #dafcdf #f7fcda

Monochromatic Colors of #e6fcda

#e6fcda

Complementary Color

#e6fcda #f0dafc

#e6fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fcda Color CSS Codes

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

#e6fcda Text Font Color

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

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


#e6fcda Background Color

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

This div background color is #e6fcda


#e6fcda Border Color

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

This div border color is #e6fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fcda


Comments

No comments written yet.

Please login to write comment.