Color Hex Logo

#efcacd Color Hex

#EFCACD
(239,202,205)
0 Favorites   0 Comments

Color spaces of #efcacd

RGB 239202205
HSL0.990.540.86
HSV355°15°94°
CMYK 0.000.150.14   0.06
XYZ67.736664.999666.7337
Yxy64.99960.33960.3259
Hunter Lab80.62238.88167.3594
CIE-Lab84.483513.49463.3612

#efcacd color RGB value is (239,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11001101
Octal 357 312 315
Decimal 239 202 205
Hex EF CA CD

RGB Percentages of Color #efcacd

%37.00
%31.27
%31.73

CMYK Percentages of Color #efcacd

%0
%15
%14
%6

Triadic Colors of #efcacd

#efcacd #cdefca #cacdef

Analogous Colors of #efcacd

#efcacd #efdaca #efcae0

Monochromatic Colors of #efcacd

#efcacd

Complementary Color

#efcacd #caefec

#efcacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcacd Color CSS Codes

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

#efcacd Text Font Color

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

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


#efcacd Background Color

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

This div background color is #efcacd


#efcacd Border Color

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

This div border color is #efcacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcacd


Comments

No comments written yet.

Please login to write comment.