Color Hex Logo

#efcadd Color Hex

#EFCADD
(239,202,221)
0 Favorites   0 Comments

Color spaces of #efcadd

RGB 239202221
HSL0.910.540.86
HSV329°15°94°
CMYK 0.000.150.08   0.06
XYZ69.768365.812277.4325
Yxy65.81220.32750.3090
Hunter Lab81.124711.54400.1958
CIE-Lab84.900516.1186-4.5525

#efcadd color RGB value is (239,202,221).

#efcadd hex color red value is 239, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #efcadd hue: 0.91 , saturation: 0.54 and the lightness value of efcadd is 0.86.

The process color (four color CMYK) of #efcadd color hex is 0.00, 0.15, 0.08, 0.06. Web safe color of #efcadd is #ffcccc. Color #efcadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11011101
Octal 357 312 335
Decimal 239 202 221
Hex EF CA DD

RGB Percentages of Color #efcadd

%36.10
%30.51
%33.38

CMYK Percentages of Color #efcadd

%0
%15
%8
%6

Triadic Colors of #efcadd

#efcadd #ddefca #caddef

Analogous Colors of #efcadd

#efcadd #efcacb #efcaef

Monochromatic Colors of #efcadd

#efcadd

Complementary Color

#efcadd #caefdc

#efcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcadd Color CSS Codes

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

#efcadd Text Font Color

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

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


#efcadd Background Color

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

This div background color is #efcadd


#efcadd Border Color

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

This div border color is #efcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcadd


Comments

No comments written yet.

Please login to write comment.