Color Hex Logo

#efb7dc Color Hex

#EFB7DC
(239,183,220)
0 Favorites   0 Comments

Color spaces of #efb7dc

RGB 239183220
HSL0.890.640.83
HSV320°23°94°
CMYK 0.000.230.08   0.06
XYZ65.448457.385075.3371
Yxy57.38500.33030.2896
Hunter Lab75.752921.6515-5.9376
CIE-Lab80.395726.0281-10.6945

#efb7dc color RGB value is (239,183,220).

#efb7dc hex color red value is 239, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efb7dc hue: 0.89 , saturation: 0.64 and the lightness value of efb7dc is 0.83.

The process color (four color CMYK) of #efb7dc color hex is 0.00, 0.23, 0.08, 0.06. Web safe color of #efb7dc is #ffcccc. Color #efb7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 11011100
Octal 357 267 334
Decimal 239 183 220
Hex EF B7 DC

RGB Percentages of Color #efb7dc

%37.23
%28.50
%34.27

CMYK Percentages of Color #efb7dc

%0
%23
%8
%6

Triadic Colors of #efb7dc

#efb7dc #dcefb7 #b7dcef

Analogous Colors of #efb7dc

#efb7dc #efb7c0 #e6b7ef

Monochromatic Colors of #efb7dc

#efb7dc

Complementary Color

#efb7dc #b7efca

#efb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb7dc Color CSS Codes

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

#efb7dc Text Font Color

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

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


#efb7dc Background Color

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

This div background color is #efb7dc


#efb7dc Border Color

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

This div border color is #efb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb7dc


Comments

No comments written yet.

Please login to write comment.