Color Hex Logo

#efcac0 Color Hex

#EFCAC0
(239,202,192)
0 Favorites   0 Comments

Color spaces of #efcac0

RGB 239202192
HSL0.040.590.85
HSV13°20°94°
CMYK 0.000.150.20   0.06
XYZ66.231664.397658.8084
Yxy64.39760.34960.3399
Hunter Lab80.24816.888112.7241
CIE-Lab84.172411.50349.8352

#efcac0 color RGB value is (239,202,192).

#efcac0 hex color red value is 239, green value is 202 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #efcac0 hue: 0.04 , saturation: 0.59 and the lightness value of efcac0 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11000000
Octal 357 312 300
Decimal 239 202 192
Hex EF CA C0

RGB Percentages of Color #efcac0

%37.76
%31.91
%30.33

CMYK Percentages of Color #efcac0

%0
%15
%20
%6

Triadic Colors of #efcac0

#efcac0 #c0efca #cac0ef

Analogous Colors of #efcac0

#efcac0 #efe2c0 #efc0ce

Monochromatic Colors of #efcac0

#efcac0

Complementary Color

#efcac0 #c0e5ef

#efcac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcac0 Color CSS Codes

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

#efcac0 Text Font Color

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

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


#efcac0 Background Color

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

This div background color is #efcac0


#efcac0 Border Color

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

This div border color is #efcac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcac0


Comments

No comments written yet.

Please login to write comment.