Color Hex Logo

#efeef5 Color Hex

#EFEEF5
(239,238,245)
0 Favorites   0 Comments

Color spaces of #efeef5

RGB 239238245
HSL0.690.260.95
HSV249°96°
CMYK 0.020.030.00   0.04
XYZ82.652686.092498.6474
Yxy86.09240.30910.3220
Hunter Lab92.7860-3.36991.9148
CIE-Lab94.35181.5920-3.2638

#efeef5 color RGB value is (239,238,245).

#efeef5 hex color red value is 239, green value is 238 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #efeef5 hue: 0.69 , saturation: 0.26 and the lightness value of efeef5 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11110101
Octal 357 356 365
Decimal 239 238 245
Hex EF EE F5

RGB Percentages of Color #efeef5

%33.10
%32.96
%33.93

CMYK Percentages of Color #efeef5

%2
%3
%0
%4

Triadic Colors of #efeef5

#efeef5 #f5efee #eef5ef

Analogous Colors of #efeef5

#efeef5 #f3eef5 #eef1f5

Monochromatic Colors of #efeef5

#efeef5

Complementary Color

#efeef5 #f4f5ee

#efeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeef5 Color CSS Codes

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

#efeef5 Text Font Color

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

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


#efeef5 Background Color

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

This div background color is #efeef5


#efeef5 Border Color

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

This div border color is #efeef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeef5

#efeef5 Color Palettes


Comments

No comments written yet.

Please login to write comment.