Color Hex Logo

#efafdc Color Hex

#EFAFDC
(239,175,220)
0 Favorites   0 Comments

Color spaces of #efafdc

RGB 239175220
HSL0.880.670.81
HSV318°27°94°
CMYK 0.000.270.08   0.06
XYZ63.844854.178074.8026
Yxy54.17800.33110.2810
Hunter Lab73.605726.0190-8.7301
CIE-Lab78.565430.2812-13.4308

#efafdc color RGB value is (239,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11011100
Octal 357 257 334
Decimal 239 175 220
Hex EF AF DC

RGB Percentages of Color #efafdc

%37.70
%27.60
%34.70

CMYK Percentages of Color #efafdc

%0
%27
%8
%6

Triadic Colors of #efafdc

#efafdc #dcefaf #afdcef

Analogous Colors of #efafdc

#efafdc #efafbc #e2afef

Monochromatic Colors of #efafdc

#efafdc

Complementary Color

#efafdc #afefc2

#efafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafdc Color CSS Codes

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

#efafdc Text Font Color

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

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


#efafdc Background Color

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

This div background color is #efafdc


#efafdc Border Color

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

This div border color is #efafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafdc


Comments

No comments written yet.

Please login to write comment.