Color Hex Logo

#efc1ee Color Hex

#EFC1EE
(239,193,238)
0 Favorites   0 Comments

Color spaces of #efc1ee

RGB 239193238
HSL0.840.590.85
HSV301°19°94°
CMYK 0.000.190.00   0.06
XYZ70.099262.663789.2896
Yxy62.66370.31570.2822
Hunter Lab79.160419.5370-11.4643
CIE-Lab83.265123.8797-16.0551

#efc1ee color RGB value is (239,193,238).

#efc1ee hex color red value is 239, green value is 193 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efc1ee hue: 0.84 , saturation: 0.59 and the lightness value of efc1ee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 11101110
Octal 357 301 356
Decimal 239 193 238
Hex EF C1 EE

RGB Percentages of Color #efc1ee

%35.67
%28.81
%35.52

CMYK Percentages of Color #efc1ee

%0
%19
%0
%6

Triadic Colors of #efc1ee

#efc1ee #eeefc1 #c1eeef

Analogous Colors of #efc1ee

#efc1ee #efc1d7 #d9c1ef

Monochromatic Colors of #efc1ee

#efc1ee

Complementary Color

#efc1ee #c1efc2

#efc1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc1ee Color CSS Codes

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

#efc1ee Text Font Color

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

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


#efc1ee Background Color

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

This div background color is #efc1ee


#efc1ee Border Color

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

This div border color is #efc1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc1ee


Comments

No comments written yet.

Please login to write comment.