Color Hex Logo

#efa4db Color Hex

#EFA4DB
(239,164,219)
0 Favorites   0 Comments

Color spaces of #efa4db

RGB 239164219
HSL0.880.700.79
HSV316°31°94°
CMYK 0.000.310.08   0.06
XYZ61.658250.016173.4222
Yxy50.01610.33310.2702
Hunter Lab70.722131.8595-12.0482
CIE-Lab76.079135.9406-16.6252

#efa4db color RGB value is (239,164,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 11011011
Octal 357 244 333
Decimal 239 164 219
Hex EF A4 DB

RGB Percentages of Color #efa4db

%38.42
%26.37
%35.21

CMYK Percentages of Color #efa4db

%0
%31
%8
%6

Triadic Colors of #efa4db

#efa4db #dbefa4 #a4dbef

Analogous Colors of #efa4db

#efa4db #efa4b6 #dea4ef

Monochromatic Colors of #efa4db

#efa4db

Complementary Color

#efa4db #a4efb8

#efa4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa4db Color CSS Codes

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

#efa4db Text Font Color

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

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


#efa4db Background Color

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

This div background color is #efa4db


#efa4db Border Color

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

This div border color is #efa4db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,164,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 #efa4db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa4db


Comments

No comments written yet.

Please login to write comment.