Color Hex Logo

#efedfb Color Hex

#EFEDFB
(239,237,251)
0 Favorites   0 Comments

Color spaces of #efedfb

RGB 239237251
HSL0.690.640.96
HSV249°98°
CMYK 0.050.060.00   0.02
XYZ83.293485.8841103.4541
Yxy85.88410.30550.3150
Hunter Lab92.6737-1.7464-1.3154
CIE-Lab94.26283.2061-6.5109

#efedfb color RGB value is (239,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11111011
Octal 357 355 373
Decimal 239 237 251
Hex EF ED FB

RGB Percentages of Color #efedfb

%32.87
%32.60
%34.53

CMYK Percentages of Color #efedfb

%5
%6
%0
%2

Triadic Colors of #efedfb

#efedfb #fbefed #edfbef

Analogous Colors of #efedfb

#efedfb #f6edfb #edf2fb

Monochromatic Colors of #efedfb

#efedfb

Complementary Color

#efedfb #f9fbed

#efedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedfb Color CSS Codes

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

#efedfb Text Font Color

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

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


#efedfb Background Color

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

This div background color is #efedfb


#efedfb Border Color

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

This div border color is #efedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedfb


Comments

No comments written yet.

Please login to write comment.