Color Hex Logo

#efbdcc Color Hex

#EFBDCC
(239,189,204)
0 Favorites   0 Comments

Color spaces of #efbdcc

RGB 239189204
HSL0.950.610.84
HSV342°21°94°
CMYK 0.000.210.15   0.06
XYZ64.693359.105565.1255
Yxy59.10550.34240.3129
Hunter Lab76.880115.66453.5912
CIE-Lab81.349620.2119-0.6665

#efbdcc color RGB value is (239,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001100
Octal 357 275 314
Decimal 239 189 204
Hex EF BD CC

RGB Percentages of Color #efbdcc

%37.82
%29.91
%32.28

CMYK Percentages of Color #efbdcc

%0
%21
%15
%6

Triadic Colors of #efbdcc

#efbdcc #ccefbd #bdccef

Analogous Colors of #efbdcc

#efbdcc #efc7bd #efbde5

Monochromatic Colors of #efbdcc

#efbdcc

Complementary Color

#efbdcc #bdefe0

#efbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdcc Color CSS Codes

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

#efbdcc Text Font Color

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

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


#efbdcc Background Color

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

This div background color is #efbdcc


#efbdcc Border Color

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

This div border color is #efbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdcc


Comments

No comments written yet.

Please login to write comment.