Color Hex Logo

#efa8df Color Hex

#EFA8DF
(239,168,223)
0 Favorites   0 Comments

Color spaces of #efa8df

RGB 239168223
HSL0.870.690.80
HSV314°30°94°
CMYK 0.000.300.07   0.06
XYZ62.918551.683776.4718
Yxy51.68370.32930.2705
Hunter Lab71.891430.4112-12.7436
CIE-Lab77.091334.5069-17.2753

#efa8df color RGB value is (239,168,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 11011111
Octal 357 250 337
Decimal 239 168 223
Hex EF A8 DF

RGB Percentages of Color #efa8df

%37.94
%26.67
%35.40

CMYK Percentages of Color #efa8df

%0
%30
%7
%6

Triadic Colors of #efa8df

#efa8df #dfefa8 #a8dfef

Analogous Colors of #efa8df

#efa8df #efa8bc #dca8ef

Monochromatic Colors of #efa8df

#efa8df

Complementary Color

#efa8df #a8efb8

#efa8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa8df Color CSS Codes

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

#efa8df Text Font Color

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

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


#efa8df Background Color

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

This div background color is #efa8df


#efa8df Border Color

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

This div border color is #efa8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa8df


Comments

No comments written yet.

Please login to write comment.