Color Hex Logo

#efbdce Color Hex

#EFBDCE
(239,189,206)
0 Favorites   0 Comments

Color spaces of #efbdce

RGB 239189206
HSL0.940.610.84
HSV340°21°94°
CMYK 0.000.210.14   0.06
XYZ64.934859.202166.3972
Yxy59.20210.34080.3107
Hunter Lab76.942915.99232.6962
CIE-Lab81.402620.5300-1.6648

#efbdce color RGB value is (239,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001110
Octal 357 275 316
Decimal 239 189 206
Hex EF BD CE

RGB Percentages of Color #efbdce

%37.70
%29.81
%32.49

CMYK Percentages of Color #efbdce

%0
%21
%14
%6

Triadic Colors of #efbdce

#efbdce #ceefbd #bdceef

Analogous Colors of #efbdce

#efbdce #efc5bd #efbde7

Monochromatic Colors of #efbdce

#efbdce

Complementary Color

#efbdce #bdefde

#efbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdce Color CSS Codes

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

#efbdce Text Font Color

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

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


#efbdce Background Color

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

This div background color is #efbdce


#efbdce Border Color

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

This div border color is #efbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdce

#efbdce Color Palettes


Comments

No comments written yet.

Please login to write comment.