Color Hex Logo

#efcfda Color Hex

#EFCFDA
(239,207,218)
0 Favorites   0 Comments

Color spaces of #efcfda

RGB 239207218
HSL0.940.500.87
HSV339°13°94°
CMYK 0.000.130.09   0.06
XYZ70.564368.038375.7432
Yxy68.03830.32920.3174
Hunter Lab82.48538.35333.2959
CIE-Lab86.025612.9780-1.3050

#efcfda color RGB value is (239,207,218).

#efcfda hex color red value is 239, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #efcfda hue: 0.94 , saturation: 0.50 and the lightness value of efcfda is 0.87.

The process color (four color CMYK) of #efcfda color hex is 0.00, 0.13, 0.09, 0.06. Web safe color of #efcfda is #ffcccc. Color #efcfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11011010
Octal 357 317 332
Decimal 239 207 218
Hex EF CF DA

RGB Percentages of Color #efcfda

%35.99
%31.17
%32.83

CMYK Percentages of Color #efcfda

%0
%13
%9
%6

Triadic Colors of #efcfda

#efcfda #daefcf #cfdaef

Analogous Colors of #efcfda

#efcfda #efd4cf #efcfea

Monochromatic Colors of #efcfda

#efcfda

Complementary Color

#efcfda #cfefe4

#efcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfda Color CSS Codes

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

#efcfda Text Font Color

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

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


#efcfda Background Color

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

This div background color is #efcfda


#efcfda Border Color

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

This div border color is #efcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfda


Comments

No comments written yet.

Please login to write comment.