Color Hex Logo

#efa3de Color Hex

#EFA3DE
(239,163,222)
0 Favorites   0 Comments

Color spaces of #efa3de

RGB 239163222
HSL0.870.700.79
HSV313°32°94°
CMYK 0.000.320.07   0.06
XYZ61.878649.819075.4619
Yxy49.81900.33060.2662
Hunter Lab70.582632.9685-13.9809
CIE-Lab75.958036.9777-18.4432

#efa3de color RGB value is (239,163,222).

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

The process color (four color CMYK) of #efa3de color hex is 0.00, 0.32, 0.07, 0.06. Web safe color of #efa3de is #ff99cc. Color #efa3de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 11011110
Octal 357 243 336
Decimal 239 163 222
Hex EF A3 DE

RGB Percentages of Color #efa3de

%38.30
%26.12
%35.58

CMYK Percentages of Color #efa3de

%0
%32
%7
%6

Triadic Colors of #efa3de

#efa3de #deefa3 #a3deef

Analogous Colors of #efa3de

#efa3de #efa3b8 #daa3ef

Monochromatic Colors of #efa3de

#efa3de

Complementary Color

#efa3de #a3efb4

#efa3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa3de Color CSS Codes

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

#efa3de Text Font Color

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

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


#efa3de Background Color

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

This div background color is #efa3de


#efa3de Border Color

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

This div border color is #efa3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa3de


Comments

No comments written yet.

Please login to write comment.