Color Hex Logo

#efe6ec Color Hex

#EFE6EC
(239,230,236)
0 Favorites   0 Comments

Color spaces of #efe6ec

RGB 239230236
HSL0.890.220.92
HSV320°94°
CMYK 0.000.040.01   0.06
XYZ79.033781.000590.8260
Yxy81.00050.31510.3229
Hunter Lab90.0003-0.75083.1662
CIE-Lab92.13194.0911-1.8352

#efe6ec color RGB value is (239,230,236).

#efe6ec hex color red value is 239, green value is 230 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #efe6ec hue: 0.89 , saturation: 0.22 and the lightness value of efe6ec is 0.92.

The process color (four color CMYK) of #efe6ec color hex is 0.00, 0.04, 0.01, 0.06. Web safe color of #efe6ec is #ffffff. Color #efe6ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 11101100
Octal 357 346 354
Decimal 239 230 236
Hex EF E6 EC

RGB Percentages of Color #efe6ec

%33.90
%32.62
%33.48

CMYK Percentages of Color #efe6ec

%0
%4
%1
%6

Triadic Colors of #efe6ec

#efe6ec #ecefe6 #e6ecef

Analogous Colors of #efe6ec

#efe6ec #efe6e8 #eee6ef

Monochromatic Colors of #efe6ec

#efe6ec

Complementary Color

#efe6ec #e6efe9

#efe6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6ec Color CSS Codes

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

#efe6ec Text Font Color

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

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


#efe6ec Background Color

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

This div background color is #efe6ec


#efe6ec Border Color

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

This div border color is #efe6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6ec


Comments

No comments written yet.

Please login to write comment.