Color Hex Logo

#e6f4ef Color Hex

#E6F4EF
(230,244,239)
0 Favorites   0 Comments

Color spaces of #e6f4ef

RGB 230244239
HSL0.440.390.93
HSV159°96°
CMYK 0.060.000.02   0.04
XYZ80.563887.756494.3539
Yxy87.75640.30670.3341
Hunter Lab93.6784-10.42645.8573
CIE-Lab95.0583-5.50770.8035

#e6f4ef color RGB value is (230,244,239).

#e6f4ef hex color red value is 230, green value is 244 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6f4ef hue: 0.44 , saturation: 0.39 and the lightness value of e6f4ef is 0.93.

The process color (four color CMYK) of #e6f4ef color hex is 0.06, 0.00, 0.02, 0.04. Web safe color of #e6f4ef is #ffffff. Color #e6f4ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11110100 11101111
Octal 346 364 357
Decimal 230 244 239
Hex E6 F4 EF

RGB Percentages of Color #e6f4ef

%32.26
%34.22
%33.52

CMYK Percentages of Color #e6f4ef

%6
%0
%2
%4

Triadic Colors of #e6f4ef

#e6f4ef #efe6f4 #f4efe6

Analogous Colors of #e6f4ef

#e6f4ef #e6f2f4 #e6f4e8

Monochromatic Colors of #e6f4ef

#e6f4ef

Complementary Color

#e6f4ef #f4e6eb

#e6f4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6f4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6f4ef Color CSS Codes

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

#e6f4ef Text Font Color

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

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


#e6f4ef Background Color

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

This div background color is #e6f4ef


#e6f4ef Border Color

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

This div border color is #e6f4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6f4ef


Comments

No comments written yet.

Please login to write comment.