Color Hex Logo

#efbed7 Color Hex

#EFBED7
(239,190,215)
0 Favorites   0 Comments

Color spaces of #efbed7

RGB 239190215
HSL0.910.600.84
HSV329°21°94°
CMYK 0.000.210.10   0.06
XYZ66.275860.083972.3942
Yxy60.08390.33350.3023
Hunter Lab77.513816.9718-1.1144
CIE-Lab81.883821.4666-5.7948

#efbed7 color RGB value is (239,190,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11010111
Octal 357 276 327
Decimal 239 190 215
Hex EF BE D7

RGB Percentages of Color #efbed7

%37.11
%29.50
%33.39

CMYK Percentages of Color #efbed7

%0
%21
%10
%6

Triadic Colors of #efbed7

#efbed7 #d7efbe #bed7ef

Analogous Colors of #efbed7

#efbed7 #efbebf #efbeef

Monochromatic Colors of #efbed7

#efbed7

Complementary Color

#efbed7 #beefd6

#efbed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbed7 Color CSS Codes

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

#efbed7 Text Font Color

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

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


#efbed7 Background Color

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

This div background color is #efbed7


#efbed7 Border Color

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

This div border color is #efbed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbed7


Comments

No comments written yet.

Please login to write comment.