Color Hex Logo

#efbedf Color Hex

#EFBEDF
(239,190,223)
0 Favorites   0 Comments

Color spaces of #efbedf

RGB 239190223
HSL0.890.600.84
HSV320°21°94°
CMYK 0.000.210.07   0.06
XYZ67.329360.505377.9421
Yxy60.50530.32720.2940
Hunter Lab77.785218.3821-4.9600
CIE-Lab82.112122.8195-9.7510

#efbedf color RGB value is (239,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11011111
Octal 357 276 337
Decimal 239 190 223
Hex EF BE DF

RGB Percentages of Color #efbedf

%36.66
%29.14
%34.20

CMYK Percentages of Color #efbedf

%0
%21
%7
%6

Triadic Colors of #efbedf

#efbedf #dfefbe #bedfef

Analogous Colors of #efbedf

#efbedf #efbec7 #e7beef

Monochromatic Colors of #efbedf

#efbedf

Complementary Color

#efbedf #beefce

#efbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbedf Color CSS Codes

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

#efbedf Text Font Color

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

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


#efbedf Background Color

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

This div background color is #efbedf


#efbedf Border Color

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

This div border color is #efbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbedf


Comments

No comments written yet.

Please login to write comment.