Color Hex Logo

#efcac7 Color Hex

#EFCAC7
(239,202,199)
0 Favorites   0 Comments

Color spaces of #efcac7

RGB 239202199
HSL0.010.560.86
HSV17°94°
CMYK 0.000.150.17   0.06
XYZ67.025964.715362.9915
Yxy64.71530.34420.3323
Hunter Lab80.44587.94269.8862
CIE-Lab84.336812.55966.3450

#efcac7 color RGB value is (239,202,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11000111
Octal 357 312 307
Decimal 239 202 199
Hex EF CA C7

RGB Percentages of Color #efcac7

%37.34
%31.56
%31.09

CMYK Percentages of Color #efcac7

%0
%15
%17
%6

Triadic Colors of #efcac7

#efcac7 #c7efca #cac7ef

Analogous Colors of #efcac7

#efcac7 #efdec7 #efc7d8

Monochromatic Colors of #efcac7

#efcac7

Complementary Color

#efcac7 #c7ecef

#efcac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcac7 Color CSS Codes

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

#efcac7 Text Font Color

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

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


#efcac7 Background Color

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

This div background color is #efcac7


#efcac7 Border Color

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

This div border color is #efcac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcac7


Comments

No comments written yet.

Please login to write comment.