Color Hex Logo

#efbdd7 Color Hex

#EFBDD7
(239,189,215)
0 Favorites   0 Comments

Color spaces of #efbdd7

RGB 239189215
HSL0.910.610.84
HSV329°21°94°
CMYK 0.000.210.10   0.06
XYZ66.059959.652272.3223
Yxy59.65220.33360.3012
Hunter Lab77.234817.5123-1.4545
CIE-Lab81.648821.9975-6.1422

#efbdd7 color RGB value is (239,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11010111
Octal 357 275 327
Decimal 239 189 215
Hex EF BD D7

RGB Percentages of Color #efbdd7

%37.17
%29.39
%33.44

CMYK Percentages of Color #efbdd7

%0
%21
%10
%6

Triadic Colors of #efbdd7

#efbdd7 #d7efbd #bdd7ef

Analogous Colors of #efbdd7

#efbdd7 #efbdbe #eebdef

Monochromatic Colors of #efbdd7

#efbdd7

Complementary Color

#efbdd7 #bdefd5

#efbdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdd7 Color CSS Codes

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

#efbdd7 Text Font Color

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

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


#efbdd7 Background Color

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

This div background color is #efbdd7


#efbdd7 Border Color

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

This div border color is #efbdd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,189,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 #efbdd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdd7


Comments

No comments written yet.

Please login to write comment.