Color Hex Logo

#efd1ea Color Hex

#EFD1EA
(239,209,234)
0 Favorites   0 Comments

Color spaces of #efd1ea

RGB 239209234
HSL0.860.480.88
HSV310°13°94°
CMYK 0.000.130.02   0.06
XYZ73.248469.892287.4718
Yxy69.89220.31760.3031
Hunter Lab83.601610.0920-3.5137
CIE-Lab86.944014.6886-8.4332

#efd1ea color RGB value is (239,209,234).

#efd1ea hex color red value is 239, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #efd1ea hue: 0.86 , saturation: 0.48 and the lightness value of efd1ea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 11101010
Octal 357 321 352
Decimal 239 209 234
Hex EF D1 EA

RGB Percentages of Color #efd1ea

%35.04
%30.65
%34.31

CMYK Percentages of Color #efd1ea

%0
%13
%2
%6

Triadic Colors of #efd1ea

#efd1ea #eaefd1 #d1eaef

Analogous Colors of #efd1ea

#efd1ea #efd1db #e5d1ef

Monochromatic Colors of #efd1ea

#efd1ea

Complementary Color

#efd1ea #d1efd6

#efd1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd1ea Color CSS Codes

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

#efd1ea Text Font Color

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

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


#efd1ea Background Color

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

This div background color is #efd1ea


#efd1ea Border Color

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

This div border color is #efd1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd1ea


Comments

No comments written yet.

Please login to write comment.