Color Hex Logo

#efeefb Color Hex

#EFEEFB
(239,238,251)
0 Favorites   0 Comments

Color spaces of #efeefb

RGB 239238251
HSL0.680.620.96
HSV245°98°
CMYK 0.050.050.00   0.02
XYZ83.583786.4648103.5508
Yxy86.46480.30550.3160
Hunter Lab92.9865-2.2761-0.9355
CIE-Lab94.51072.6925-6.1447

#efeefb color RGB value is (239,238,251).

#efeefb hex color red value is 239, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efeefb hue: 0.68 , saturation: 0.62 and the lightness value of efeefb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11111011
Octal 357 356 373
Decimal 239 238 251
Hex EF EE FB

RGB Percentages of Color #efeefb

%32.83
%32.69
%34.48

CMYK Percentages of Color #efeefb

%5
%5
%0
%2

Triadic Colors of #efeefb

#efeefb #fbefee #eefbef

Analogous Colors of #efeefb

#efeefb #f6eefb #eef4fb

Monochromatic Colors of #efeefb

#efeefb

Complementary Color

#efeefb #fafbee

#efeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeefb Color CSS Codes

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

#efeefb Text Font Color

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

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


#efeefb Background Color

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

This div background color is #efeefb


#efeefb Border Color

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

This div border color is #efeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeefb

Related Colors


Comments

No comments written yet.

Please login to write comment.