Color Hex Logo

#efbed9 Color Hex

#EFBED9
(239,190,217)
0 Favorites   0 Comments

Color spaces of #efbed9

RGB 239190217
HSL0.910.600.84
HSV327°21°94°
CMYK 0.000.210.09   0.06
XYZ66.534460.187473.7562
Yxy60.18740.33190.3002
Hunter Lab77.580517.3187-2.0609
CIE-Lab81.939921.8004-6.7859

#efbed9 color RGB value is (239,190,217).

#efbed9 hex color red value is 239, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #efbed9 hue: 0.91 , saturation: 0.60 and the lightness value of efbed9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11011001
Octal 357 276 331
Decimal 239 190 217
Hex EF BE D9

RGB Percentages of Color #efbed9

%37.00
%29.41
%33.59

CMYK Percentages of Color #efbed9

%0
%21
%9
%6

Triadic Colors of #efbed9

#efbed9 #d9efbe #bed9ef

Analogous Colors of #efbed9

#efbed9 #efbec1 #edbeef

Monochromatic Colors of #efbed9

#efbed9

Complementary Color

#efbed9 #beefd4

#efbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbed9 Color CSS Codes

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

#efbed9 Text Font Color

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

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


#efbed9 Background Color

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

This div background color is #efbed9


#efbed9 Border Color

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

This div border color is #efbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbed9


Comments

No comments written yet.

Please login to write comment.