Color Hex Logo

#e7effb Color Hex

#E7EFFB
(231,239,251)
0 Favorites   0 Comments

Color spaces of #e7effb

RGB 231239251
HSL0.600.710.95
HSV216°98°
CMYK 0.080.050.00   0.02
XYZ81.234185.6870103.5245
Yxy85.68700.30040.3168
Hunter Lab92.5673-5.3468-1.5111
CIE-Lab94.1784-0.4062-6.7011

#e7effb color RGB value is (231,239,251).

#e7effb hex color red value is 231, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e7effb hue: 0.60 , saturation: 0.71 and the lightness value of e7effb is 0.95.

The process color (four color CMYK) of #e7effb color hex is 0.08, 0.05, 0.00, 0.02. Web safe color of #e7effb is #ffffff. Color #e7effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101111 11111011
Octal 347 357 373
Decimal 231 239 251
Hex E7 EF FB

RGB Percentages of Color #e7effb

%32.04
%33.15
%34.81

CMYK Percentages of Color #e7effb

%8
%5
%0
%2

Triadic Colors of #e7effb

#e7effb #fbe7ef #effbe7

Analogous Colors of #e7effb

#e7effb #e9e7fb #e7f9fb

Monochromatic Colors of #e7effb

#e7effb

Complementary Color

#e7effb #fbf3e7

#e7effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7effb Color CSS Codes

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

#e7effb Text Font Color

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

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


#e7effb Background Color

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

This div background color is #e7effb


#e7effb Border Color

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

This div border color is #e7effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7effb

Related Colors


Comments

No comments written yet.

Please login to write comment.