Color Hex Logo

#efaede Color Hex

#EFAEDE
(239,174,222)
0 Favorites   0 Comments

Color spaces of #efaede

RGB 239174222
HSL0.880.670.81
HSV316°27°94°
CMYK 0.000.270.07   0.06
XYZ63.917553.896876.1415
Yxy53.89680.32950.2779
Hunter Lab73.414426.9339-10.1023
CIE-Lab78.401531.1537-14.7601

#efaede color RGB value is (239,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11011110
Octal 357 256 336
Decimal 239 174 222
Hex EF AE DE

RGB Percentages of Color #efaede

%37.64
%27.40
%34.96

CMYK Percentages of Color #efaede

%0
%27
%7
%6

Triadic Colors of #efaede

#efaede #deefae #aedeef

Analogous Colors of #efaede

#efaede #efaebe #e0aeef

Monochromatic Colors of #efaede

#efaede

Complementary Color

#efaede #aeefbf

#efaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaede Color CSS Codes

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

#efaede Text Font Color

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

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


#efaede Background Color

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

This div background color is #efaede


#efaede Border Color

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

This div border color is #efaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaede


Comments

No comments written yet.

Please login to write comment.