Color Hex Logo

#efc6ec Color Hex

#EFC6EC
(239,198,236)
0 Favorites   0 Comments

Color spaces of #efc6ec

RGB 239198236
HSL0.850.560.86
HSV304°17°94°
CMYK 0.000.170.01   0.06
XYZ70.931064.795088.1251
Yxy64.79500.31690.2895
Hunter Lab80.495316.4240-8.5631
CIE-Lab84.378020.8626-13.3190

#efc6ec color RGB value is (239,198,236).

#efc6ec hex color red value is 239, green value is 198 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #efc6ec hue: 0.85 , saturation: 0.56 and the lightness value of efc6ec is 0.86.

The process color (four color CMYK) of #efc6ec color hex is 0.00, 0.17, 0.01, 0.06. Web safe color of #efc6ec is #ffccff. Color #efc6ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 11101100
Octal 357 306 354
Decimal 239 198 236
Hex EF C6 EC

RGB Percentages of Color #efc6ec

%35.51
%29.42
%35.07

CMYK Percentages of Color #efc6ec

%0
%17
%1
%6

Triadic Colors of #efc6ec

#efc6ec #ecefc6 #c6ecef

Analogous Colors of #efc6ec

#efc6ec #efc6d8 #dec6ef

Monochromatic Colors of #efc6ec

#efc6ec

Complementary Color

#efc6ec #c6efc9

#efc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc6ec Color CSS Codes

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

#efc6ec Text Font Color

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

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


#efc6ec Background Color

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

This div background color is #efc6ec


#efc6ec Border Color

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

This div border color is #efc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc6ec


Comments

No comments written yet.

Please login to write comment.