Color Hex Logo

#efabce Color Hex

#EFABCE
(239,171,206)
0 Favorites   0 Comments

Color spaces of #efabce

RGB 239171206
HSL0.910.680.80
HSV329°28°94°
CMYK 0.000.280.14   0.06
XYZ61.300151.932865.1857
Yxy51.93280.34360.2911
Hunter Lab72.064425.7246-3.1855
CIE-Lab77.240630.0946-7.8027

#efabce color RGB value is (239,171,206).

#efabce hex color red value is 239, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efabce hue: 0.91 , saturation: 0.68 and the lightness value of efabce is 0.80.

The process color (four color CMYK) of #efabce color hex is 0.00, 0.28, 0.14, 0.06. Web safe color of #efabce is #ff99cc. Color #efabce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001110
Octal 357 253 316
Decimal 239 171 206
Hex EF AB CE

RGB Percentages of Color #efabce

%38.80
%27.76
%33.44

CMYK Percentages of Color #efabce

%0
%28
%14
%6

Triadic Colors of #efabce

#efabce #ceefab #abceef

Analogous Colors of #efabce

#efabce #efabac #eeabef

Monochromatic Colors of #efabce

#efabce

Complementary Color

#efabce #abefcc

#efabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabce Color CSS Codes

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

#efabce Text Font Color

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

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


#efabce Background Color

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

This div background color is #efabce


#efabce Border Color

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

This div border color is #efabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabce


Comments

No comments written yet.

Please login to write comment.