Color Hex Logo

#efeffb Color Hex

#EFEFFB
(239,239,251)
0 Favorites   0 Comments

Color spaces of #efeffb

RGB 239239251
HSL0.670.600.96
HSV240°98°
CMYK 0.050.050.00   0.02
XYZ83.875787.0488103.6482
Yxy87.04880.30550.3170
Hunter Lab93.2999-2.8052-0.5561
CIE-Lab94.75902.1797-5.7783

#efeffb color RGB value is (239,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11111011
Octal 357 357 373
Decimal 239 239 251
Hex EF EF FB

RGB Percentages of Color #efeffb

%32.78
%32.78
%34.43

CMYK Percentages of Color #efeffb

%5
%5
%0
%2

Triadic Colors of #efeffb

#efeffb #fbefef #effbef

Analogous Colors of #efeffb

#efeffb #f5effb #eff5fb

Monochromatic Colors of #efeffb

#efeffb

Complementary Color

#efeffb #fbfbef

#efeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeffb Color CSS Codes

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

#efeffb Text Font Color

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

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


#efeffb Background Color

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

This div background color is #efeffb


#efeffb Border Color

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

This div border color is #efeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeffb


Comments

No comments written yet.

Please login to write comment.