Color Hex Logo

#efdaeb Color Hex

#EFDAEB
(239,218,235)
0 Favorites   0 Comments

Color spaces of #efdaeb

RGB 239218235
HSL0.870.400.90
HSV311°94°
CMYK 0.000.090.02   0.06
XYZ75.663474.491788.9877
Yxy74.49170.31640.3115
Hunter Lab86.30865.4441-0.7144
CIE-Lab89.154410.1447-5.6901

#efdaeb color RGB value is (239,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11101011
Octal 357 332 353
Decimal 239 218 235
Hex EF DA EB

RGB Percentages of Color #efdaeb

%34.54
%31.50
%33.96

CMYK Percentages of Color #efdaeb

%0
%9
%2
%6

Triadic Colors of #efdaeb

#efdaeb #ebefda #daebef

Analogous Colors of #efdaeb

#efdaeb #efdae1 #e9daef

Monochromatic Colors of #efdaeb

#efdaeb

Complementary Color

#efdaeb #daefde

#efdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaeb Color CSS Codes

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

#efdaeb Text Font Color

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

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


#efdaeb Background Color

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

This div background color is #efdaeb


#efdaeb Border Color

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

This div border color is #efdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaeb


Comments

No comments written yet.

Please login to write comment.