Color Hex Logo

#efcacc Color Hex

#EFCACC
(239,202,204)
0 Favorites   0 Comments

Color spaces of #efcacc

RGB 239202204
HSL0.990.540.86
HSV357°15°94°
CMYK 0.000.150.15   0.06
XYZ67.616264.951466.0999
Yxy64.95140.34030.3269
Hunter Lab80.59248.72297.7865
CIE-Lab84.458713.33703.8579

#efcacc color RGB value is (239,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11001100
Octal 357 312 314
Decimal 239 202 204
Hex EF CA CC

RGB Percentages of Color #efcacc

%37.05
%31.32
%31.63

CMYK Percentages of Color #efcacc

%0
%15
%15
%6

Triadic Colors of #efcacc

#efcacc #ccefca #caccef

Analogous Colors of #efcacc

#efcacc #efdbca #efcadf

Monochromatic Colors of #efcacc

#efcacc

Complementary Color

#efcacc #caefed

#efcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcacc Color CSS Codes

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

#efcacc Text Font Color

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

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


#efcacc Background Color

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

This div background color is #efcacc


#efcacc Border Color

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

This div border color is #efcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcacc


Comments

No comments written yet.

Please login to write comment.