Color Hex Logo

#efacca Color Hex

#EFACCA
(239,172,202)
0 Favorites   0 Comments

Color spaces of #efacca

RGB 239172202
HSL0.930.680.81
HSV333°28°94°
CMYK 0.000.280.15   0.06
XYZ61.009852.120062.7217
Yxy52.12000.34690.2964
Hunter Lab72.194224.5068-0.9747
CIE-Lab77.352528.9292-5.4586

#efacca color RGB value is (239,172,202).

#efacca hex color red value is 239, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efacca hue: 0.93 , saturation: 0.68 and the lightness value of efacca is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11001010
Octal 357 254 312
Decimal 239 172 202
Hex EF AC CA

RGB Percentages of Color #efacca

%38.99
%28.06
%32.95

CMYK Percentages of Color #efacca

%0
%28
%15
%6

Triadic Colors of #efacca

#efacca #caefac #accaef

Analogous Colors of #efacca

#efacca #efb0ac #efacec

Monochromatic Colors of #efacca

#efacca

Complementary Color

#efacca #acefd1

#efacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacca Color CSS Codes

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

#efacca Text Font Color

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

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


#efacca Background Color

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

This div background color is #efacca


#efacca Border Color

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

This div border color is #efacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacca


Comments

No comments written yet.

Please login to write comment.