Color Hex Logo

#efa8de Color Hex

#EFA8DE
(239,168,222)
0 Favorites   0 Comments

Color spaces of #efa8de

RGB 239168222
HSL0.870.690.80
HSV314°30°94°
CMYK 0.000.300.07   0.06
XYZ62.784151.629975.7637
Yxy51.62990.33010.2715
Hunter Lab71.853930.2242-12.2184
CIE-Lab77.059034.3357-16.7806

#efa8de color RGB value is (239,168,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 11011110
Octal 357 250 336
Decimal 239 168 222
Hex EF A8 DE

RGB Percentages of Color #efa8de

%38.00
%26.71
%35.29

CMYK Percentages of Color #efa8de

%0
%30
%7
%6

Triadic Colors of #efa8de

#efa8de #deefa8 #a8deef

Analogous Colors of #efa8de

#efa8de #efa8bb #dda8ef

Monochromatic Colors of #efa8de

#efa8de

Complementary Color

#efa8de #a8efb9

#efa8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa8de Color CSS Codes

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

#efa8de Text Font Color

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

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


#efa8de Background Color

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

This div background color is #efa8de


#efa8de Border Color

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

This div border color is #efa8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa8de


Comments

No comments written yet.

Please login to write comment.