Color Hex Logo

#efc2eb Color Hex

#EFC2EB
(239,194,235)
0 Favorites   0 Comments

Color spaces of #efc2eb

RGB 239194235
HSL0.850.580.85
HSV305°19°94°
CMYK 0.000.190.02   0.06
XYZ69.883862.932587.0612
Yxy62.93250.31780.2862
Hunter Lab79.330018.4176-9.5372
CIE-Lab83.406922.8056-14.2403

#efc2eb color RGB value is (239,194,235).

#efc2eb hex color red value is 239, green value is 194 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efc2eb hue: 0.85 , saturation: 0.58 and the lightness value of efc2eb is 0.85.

The process color (four color CMYK) of #efc2eb color hex is 0.00, 0.19, 0.02, 0.06. Web safe color of #efc2eb is #ffccff. Color #efc2eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 11101011
Octal 357 302 353
Decimal 239 194 235
Hex EF C2 EB

RGB Percentages of Color #efc2eb

%35.78
%29.04
%35.18

CMYK Percentages of Color #efc2eb

%0
%19
%2
%6

Triadic Colors of #efc2eb

#efc2eb #ebefc2 #c2ebef

Analogous Colors of #efc2eb

#efc2eb #efc2d5 #ddc2ef

Monochromatic Colors of #efc2eb

#efc2eb

Complementary Color

#efc2eb #c2efc6

#efc2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc2eb Color CSS Codes

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

#efc2eb Text Font Color

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

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


#efc2eb Background Color

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

This div background color is #efc2eb


#efc2eb Border Color

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

This div border color is #efc2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc2eb


Comments

No comments written yet.

Please login to write comment.