Color Hex Logo

#efbccf Color Hex

#EFBCCF
(239,188,207)
0 Favorites   0 Comments

Color spaces of #efbccf

RGB 239188207
HSL0.940.610.84
HSV338°21°94°
CMYK 0.000.210.13   0.06
XYZ64.842358.822266.9677
Yxy58.82220.34010.3086
Hunter Lab76.695616.69541.9172
CIE-Lab81.193821.2208-2.5092

#efbccf color RGB value is (239,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11001111
Octal 357 274 317
Decimal 239 188 207
Hex EF BC CF

RGB Percentages of Color #efbccf

%37.70
%29.65
%32.65

CMYK Percentages of Color #efbccf

%0
%21
%13
%6

Triadic Colors of #efbccf

#efbccf #cfefbc #bccfef

Analogous Colors of #efbccf

#efbccf #efc3bc #efbce9

Monochromatic Colors of #efbccf

#efbccf

Complementary Color

#efbccf #bcefdc

#efbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbccf Color CSS Codes

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

#efbccf Text Font Color

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

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


#efbccf Background Color

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

This div background color is #efbccf


#efbccf Border Color

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

This div border color is #efbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbccf


Comments

No comments written yet.

Please login to write comment.