Color Hex Logo

#e6edef Color Hex

#E6EDEF
(230,237,239)
0 Favorites   0 Comments

Color spaces of #e6edef

RGB 230237239
HSL0.540.220.92
HSV193°94°
CMYK 0.040.010.00   0.06
XYZ78.497383.623493.6650
Yxy83.62340.30690.3269
Hunter Lab91.4458-6.80543.2833
CIE-Lab93.2867-1.9525-1.7857

#e6edef color RGB value is (230,237,239).

#e6edef hex color red value is 230, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6edef hue: 0.54 , saturation: 0.22 and the lightness value of e6edef is 0.92.

The process color (four color CMYK) of #e6edef color hex is 0.04, 0.01, 0.00, 0.06. Web safe color of #e6edef is #ffffff. Color #e6edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101101 11101111
Octal 346 355 357
Decimal 230 237 239
Hex E6 ED EF

RGB Percentages of Color #e6edef

%32.58
%33.57
%33.85

CMYK Percentages of Color #e6edef

%4
%1
%0
%6

Triadic Colors of #e6edef

#e6edef #efe6ed #edefe6

Analogous Colors of #e6edef

#e6edef #e6e9ef #e6efed

Monochromatic Colors of #e6edef

#e6edef

Complementary Color

#e6edef #efe8e6

#e6edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6edef Color CSS Codes

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

#e6edef Text Font Color

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

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


#e6edef Background Color

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

This div background color is #e6edef


#e6edef Border Color

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

This div border color is #e6edef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,237,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 #e6edef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6edef


Comments

No comments written yet.

Please login to write comment.