Color Hex Logo

#efcad1 Color Hex

#EFCAD1
(239,202,209)
0 Favorites   0 Comments

Color spaces of #efcad1

RGB 239202209
HSL0.970.540.86
HSV349°15°94°
CMYK 0.000.150.13   0.06
XYZ68.225865.195269.3097
Yxy65.19520.33650.3216
Hunter Lab80.74359.52585.6264
CIE-Lab84.584214.13321.3764

#efcad1 color RGB value is (239,202,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11010001
Octal 357 312 321
Decimal 239 202 209
Hex EF CA D1

RGB Percentages of Color #efcad1

%36.77
%31.08
%32.15

CMYK Percentages of Color #efcad1

%0
%15
%13
%6

Triadic Colors of #efcad1

#efcad1 #d1efca #cad1ef

Analogous Colors of #efcad1

#efcad1 #efd6ca #efcae4

Monochromatic Colors of #efcad1

#efcad1

Complementary Color

#efcad1 #caefe8

#efcad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcad1 Color CSS Codes

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

#efcad1 Text Font Color

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

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


#efcad1 Background Color

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

This div background color is #efcad1


#efcad1 Border Color

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

This div border color is #efcad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcad1


Comments

No comments written yet.

Please login to write comment.