Color Hex Logo

#efade4 Color Hex

#EFADE4
(239,173,228)
0 Favorites   0 Comments

Color spaces of #efade4

RGB 239173228
HSL0.860.670.81
HSV310°28°94°
CMYK 0.000.280.05   0.06
XYZ64.543853.839380.3890
Yxy53.83930.32470.2709
Hunter Lab73.375328.6090-13.5947
CIE-Lab78.367932.7246-18.0594

#efade4 color RGB value is (239,173,228).

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

The process color (four color CMYK) of #efade4 color hex is 0.00, 0.28, 0.05, 0.06. Web safe color of #efade4 is #ff99cc. Color #efade4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11100100
Octal 357 255 344
Decimal 239 173 228
Hex EF AD E4

RGB Percentages of Color #efade4

%37.34
%27.03
%35.63

CMYK Percentages of Color #efade4

%0
%28
%5
%6

Triadic Colors of #efade4

#efade4 #e4efad #ade4ef

Analogous Colors of #efade4

#efade4 #efadc3 #d9adef

Monochromatic Colors of #efade4

#efade4

Complementary Color

#efade4 #adefb8

#efade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efade4 Color CSS Codes

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

#efade4 Text Font Color

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

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


#efade4 Background Color

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

This div background color is #efade4


#efade4 Border Color

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

This div border color is #efade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efade4


Comments

No comments written yet.

Please login to write comment.