Color Hex Logo

#efacdb Color Hex

#EFACDB
(239,172,219)
0 Favorites   0 Comments

Color spaces of #efacdb

RGB 239172219
HSL0.880.680.81
HSV318°28°94°
CMYK 0.000.280.08   0.06
XYZ63.135352.970273.9145
Yxy52.97020.33230.2788
Hunter Lab72.780627.4780-9.2673
CIE-Lab77.857431.7048-13.9503

#efacdb color RGB value is (239,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11011011
Octal 357 254 333
Decimal 239 172 219
Hex EF AC DB

RGB Percentages of Color #efacdb

%37.94
%27.30
%34.76

CMYK Percentages of Color #efacdb

%0
%28
%8
%6

Triadic Colors of #efacdb

#efacdb #dbefac #acdbef

Analogous Colors of #efacdb

#efacdb #efacba #e2acef

Monochromatic Colors of #efacdb

#efacdb

Complementary Color

#efacdb #acefc0

#efacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacdb Color CSS Codes

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

#efacdb Text Font Color

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

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


#efacdb Background Color

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

This div background color is #efacdb


#efacdb Border Color

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

This div border color is #efacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacdb


Comments

No comments written yet.

Please login to write comment.