Color Hex Logo

#efdbf1 Color Hex

#EFDBF1
(239,219,241)
0 Favorites   0 Comments

Color spaces of #efdbf1

RGB 239219241
HSL0.820.440.90
HSV295°95°
CMYK 0.010.090.00   0.05
XYZ76.805375.364693.7178
Yxy75.36460.31240.3065
Hunter Lab86.81286.0007-3.2369
CIE-Lab89.563510.7007-8.2407

#efdbf1 color RGB value is (239,219,241).

#efdbf1 hex color red value is 239, green value is 219 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #efdbf1 hue: 0.82 , saturation: 0.44 and the lightness value of efdbf1 is 0.90.

The process color (four color CMYK) of #efdbf1 color hex is 0.01, 0.09, 0.00, 0.05. Web safe color of #efdbf1 is #ffccff. Color #efdbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11110001
Octal 357 333 361
Decimal 239 219 241
Hex EF DB F1

RGB Percentages of Color #efdbf1

%34.19
%31.33
%34.48

CMYK Percentages of Color #efdbf1

%1
%9
%0
%5

Triadic Colors of #efdbf1

#efdbf1 #f1efdb #dbf1ef

Analogous Colors of #efdbf1

#efdbf1 #f1dbe8 #e4dbf1

Monochromatic Colors of #efdbf1

#efdbf1

Complementary Color

#efdbf1 #ddf1db

#efdbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbf1 Color CSS Codes

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

#efdbf1 Text Font Color

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

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


#efdbf1 Background Color

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

This div background color is #efdbf1


#efdbf1 Border Color

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

This div border color is #efdbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbf1

#efdbf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.