Color Hex Logo

#efbccc Color Hex

#EFBCCC
(239,188,204)
0 Favorites   0 Comments

Color spaces of #efbccc

RGB 239188204
HSL0.950.610.84
HSV341°21°94°
CMYK 0.000.210.15   0.06
XYZ64.478958.676865.0541
Yxy58.67680.34260.3118
Hunter Lab76.600816.20143.2678
CIE-Lab81.113620.7424-1.0116

#efbccc color RGB value is (239,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11001100
Octal 357 274 314
Decimal 239 188 204
Hex EF BC CC

RGB Percentages of Color #efbccc

%37.88
%29.79
%32.33

CMYK Percentages of Color #efbccc

%0
%21
%15
%6

Triadic Colors of #efbccc

#efbccc #ccefbc #bcccef

Analogous Colors of #efbccc

#efbccc #efc6bc #efbce6

Monochromatic Colors of #efbccc

#efbccc

Complementary Color

#efbccc #bcefdf

#efbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbccc Color CSS Codes

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

#efbccc Text Font Color

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

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


#efbccc Background Color

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

This div background color is #efbccc


#efbccc Border Color

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

This div border color is #efbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbccc


Comments

No comments written yet.

Please login to write comment.