Color Hex Logo

#efbed1 Color Hex

#EFBED1
(239,190,209)
0 Favorites   0 Comments

Color spaces of #efbed1

RGB 239190209
HSL0.940.600.84
HSV337°21°94°
CMYK 0.000.210.13   0.06
XYZ65.518759.781168.4073
Yxy59.78110.33820.3086
Hunter Lab77.318215.95221.6659
CIE-Lab81.719120.4818-2.8136

#efbed1 color RGB value is (239,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11010001
Octal 357 276 321
Decimal 239 190 209
Hex EF BE D1

RGB Percentages of Color #efbed1

%37.46
%29.78
%32.76

CMYK Percentages of Color #efbed1

%0
%21
%13
%6

Triadic Colors of #efbed1

#efbed1 #d1efbe #bed1ef

Analogous Colors of #efbed1

#efbed1 #efc4be #efbeea

Monochromatic Colors of #efbed1

#efbed1

Complementary Color

#efbed1 #beefdc

#efbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbed1 Color CSS Codes

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

#efbed1 Text Font Color

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

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


#efbed1 Background Color

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

This div background color is #efbed1


#efbed1 Border Color

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

This div border color is #efbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbed1


Comments

No comments written yet.

Please login to write comment.