Color Hex Logo

#efecf5 Color Hex

#EFECF5
(239,236,245)
0 Favorites   0 Comments

Color spaces of #efecf5

RGB 239236245
HSL0.720.310.94
HSV260°96°
CMYK 0.020.040.00   0.04
XYZ82.073584.934298.4544
Yxy84.93420.30920.3199
Hunter Lab92.1598-2.31521.1722
CIE-Lab93.85482.6174-3.9946

#efecf5 color RGB value is (239,236,245).

#efecf5 hex color red value is 239, green value is 236 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #efecf5 hue: 0.72 , saturation: 0.31 and the lightness value of efecf5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11110101
Octal 357 354 365
Decimal 239 236 245
Hex EF EC F5

RGB Percentages of Color #efecf5

%33.19
%32.78
%34.03

CMYK Percentages of Color #efecf5

%2
%4
%0
%4

Triadic Colors of #efecf5

#efecf5 #f5efec #ecf5ef

Analogous Colors of #efecf5

#efecf5 #f4ecf5 #eceef5

Monochromatic Colors of #efecf5

#efecf5

Complementary Color

#efecf5 #f2f5ec

#efecf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecf5 Color CSS Codes

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

#efecf5 Text Font Color

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

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


#efecf5 Background Color

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

This div background color is #efecf5


#efecf5 Border Color

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

This div border color is #efecf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecf5


Comments

No comments written yet.

Please login to write comment.