Color Hex Logo

#e7efef Color Hex

#E7EFEF
(231,239,239)
0 Favorites   0 Comments

Color spaces of #e7efef

RGB 231239239
HSL0.500.200.92
HSV180°94°
CMYK 0.030.000.00   0.06
XYZ79.401584.953993.8742
Yxy84.95390.30750.3290
Hunter Lab92.1704-7.52704.1333
CIE-Lab93.8632-2.6433-0.9332

#e7efef color RGB value is (231,239,239).

#e7efef hex color red value is 231, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e7efef hue: 0.50 , saturation: 0.20 and the lightness value of e7efef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101111 11101111
Octal 347 357 357
Decimal 231 239 239
Hex E7 EF EF

RGB Percentages of Color #e7efef

%32.58
%33.71
%33.71

CMYK Percentages of Color #e7efef

%3
%0
%0
%6

Triadic Colors of #e7efef

#e7efef #efe7ef #efefe7

Analogous Colors of #e7efef

#e7efef #e7ebef #e7efeb

Monochromatic Colors of #e7efef

#e7efef

Complementary Color

#e7efef #efe7e7

#e7efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7efef Color CSS Codes

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

#e7efef Text Font Color

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

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


#e7efef Background Color

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

This div background color is #e7efef


#e7efef Border Color

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

This div border color is #e7efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7efef


Comments

No comments written yet.

Please login to write comment.