Color Hex Logo

#efadec Color Hex

#EFADEC
(239,173,236)
0 Favorites   0 Comments

Color spaces of #efadec

RGB 239173236
HSL0.840.670.81
HSV303°28°94°
CMYK 0.000.280.01   0.06
XYZ65.680554.294086.3749
Yxy54.29400.31830.2631
Hunter Lab73.684530.1627-17.9222
CIE-Lab78.632934.1477-21.9823

#efadec color RGB value is (239,173,236).

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

The process color (four color CMYK) of #efadec color hex is 0.00, 0.28, 0.01, 0.06. Web safe color of #efadec is #ff99ff. Color #efadec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11101100
Octal 357 255 354
Decimal 239 173 236
Hex EF AD EC

RGB Percentages of Color #efadec

%36.88
%26.70
%36.42

CMYK Percentages of Color #efadec

%0
%28
%1
%6

Triadic Colors of #efadec

#efadec #ecefad #adecef

Analogous Colors of #efadec

#efadec #efadcb #d1adef

Monochromatic Colors of #efadec

#efadec

Complementary Color

#efadec #adefb0

#efadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadec Color CSS Codes

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

#efadec Text Font Color

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

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


#efadec Background Color

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

This div background color is #efadec


#efadec Border Color

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

This div border color is #efadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadec


Comments

No comments written yet.

Please login to write comment.