Color Hex Logo

#efbacc Color Hex

#EFBACC
(239,186,204)
0 Favorites   0 Comments

Color spaces of #efbacc

RGB 239186204
HSL0.940.620.83
HSV340°22°94°
CMYK 0.000.220.15   0.06
XYZ64.054657.828264.9127
Yxy57.82820.34290.3096
Hunter Lab76.044917.27682.6208
CIE-Lab80.643221.8044-1.7006

#efbacc color RGB value is (239,186,204).

#efbacc hex color red value is 239, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efbacc hue: 0.94 , saturation: 0.62 and the lightness value of efbacc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11001100
Octal 357 272 314
Decimal 239 186 204
Hex EF BA CC

RGB Percentages of Color #efbacc

%38.00
%29.57
%32.43

CMYK Percentages of Color #efbacc

%0
%22
%15
%6

Triadic Colors of #efbacc

#efbacc #ccefba #baccef

Analogous Colors of #efbacc

#efbacc #efc3ba #efbae7

Monochromatic Colors of #efbacc

#efbacc

Complementary Color

#efbacc #baefdd

#efbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbacc Color CSS Codes

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

#efbacc Text Font Color

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

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


#efbacc Background Color

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

This div background color is #efbacc


#efbacc Border Color

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

This div border color is #efbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbacc


Comments

No comments written yet.

Please login to write comment.