Color Hex Logo

#efcac6 Color Hex

#EFCAC6
(239,202,198)
0 Favorites   0 Comments

Color spaces of #efcac6

RGB 239202198
HSL0.020.560.86
HSV17°94°
CMYK 0.000.150.17   0.06
XYZ66.910264.669062.3819
Yxy64.66900.34500.3334
Hunter Lab80.41707.789310.2989
CIE-Lab84.312912.40656.8431

#efcac6 color RGB value is (239,202,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11000110
Octal 357 312 306
Decimal 239 202 198
Hex EF CA C6

RGB Percentages of Color #efcac6

%37.40
%31.61
%30.99

CMYK Percentages of Color #efcac6

%0
%15
%17
%6

Triadic Colors of #efcac6

#efcac6 #c6efca #cac6ef

Analogous Colors of #efcac6

#efcac6 #efdfc6 #efc6d7

Monochromatic Colors of #efcac6

#efcac6

Complementary Color

#efcac6 #c6ebef

#efcac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcac6 Color CSS Codes

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

#efcac6 Text Font Color

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

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


#efcac6 Background Color

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

This div background color is #efcac6


#efcac6 Border Color

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

This div border color is #efcac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcac6


Comments

No comments written yet.

Please login to write comment.