Color Hex Logo

#efdae1 Color Hex

#EFDAE1
(239,218,225)
0 Favorites   0 Comments

Color spaces of #efdae1

RGB 239218225
HSL0.940.400.90
HSV340°94°
CMYK 0.000.090.06   0.06
XYZ74.258673.929881.5902
Yxy73.92980.32320.3217
Hunter Lab85.98243.69203.9264
CIE-Lab88.88938.4014-0.8150

#efdae1 color RGB value is (239,218,225).

#efdae1 hex color red value is 239, green value is 218 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #efdae1 hue: 0.94 , saturation: 0.40 and the lightness value of efdae1 is 0.90.

The process color (four color CMYK) of #efdae1 color hex is 0.00, 0.09, 0.06, 0.06. Web safe color of #efdae1 is #ffcccc. Color #efdae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11100001
Octal 357 332 341
Decimal 239 218 225
Hex EF DA E1

RGB Percentages of Color #efdae1

%35.04
%31.96
%32.99

CMYK Percentages of Color #efdae1

%0
%9
%6
%6

Triadic Colors of #efdae1

#efdae1 #e1efda #dae1ef

Analogous Colors of #efdae1

#efdae1 #efdeda #efdaec

Monochromatic Colors of #efdae1

#efdae1

Complementary Color

#efdae1 #daefe8

#efdae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdae1 Color CSS Codes

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

#efdae1 Text Font Color

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

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


#efdae1 Background Color

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

This div background color is #efdae1


#efdae1 Border Color

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

This div border color is #efdae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdae1


Comments

No comments written yet.

Please login to write comment.