Color Hex Logo

#e6fecf Color Hex

#E6FECF
(230,254,207)
0 Favorites   0 Comments

Color spaces of #e6fecf

RGB 230254207
HSL0.250.960.90
HSV91°19°100°
CMYK 0.090.000.19   0.00
XYZ79.337492.211672.6486
Yxy92.21160.32490.3776
Hunter Lab96.0269-20.570322.3633
CIE-Lab96.9067-15.888619.9026

#e6fecf color RGB value is (230,254,207).

#e6fecf hex color red value is 230, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e6fecf hue: 0.25 , saturation: 0.96 and the lightness value of e6fecf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111110 11001111
Octal 346 376 317
Decimal 230 254 207
Hex E6 FE CF

RGB Percentages of Color #e6fecf

%33.29
%36.76
%29.96

CMYK Percentages of Color #e6fecf

%9
%0
%19
%0

Triadic Colors of #e6fecf

#e6fecf #cfe6fe #fecfe6

Analogous Colors of #e6fecf

#e6fecf #cffed0 #fefecf

Monochromatic Colors of #e6fecf

#e6fecf

Complementary Color

#e6fecf #e7cffe

#e6fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fecf Color CSS Codes

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

#e6fecf Text Font Color

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

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


#e6fecf Background Color

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

This div background color is #e6fecf


#e6fecf Border Color

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

This div border color is #e6fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fecf


Comments

No comments written yet.

Please login to write comment.