Color Hex Logo

#efbcec Color Hex

#EFBCEC
(239,188,236)
0 Favorites   0 Comments

Color spaces of #efbcec

RGB 239188236
HSL0.840.610.84
HSV304°21°94°
CMYK 0.000.210.01   0.06
XYZ68.720160.373387.3881
Yxy60.37330.31740.2789
Hunter Lab77.700321.8945-12.2922
CIE-Lab82.040726.1753-16.8278

#efbcec color RGB value is (239,188,236).

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

The process color (four color CMYK) of #efbcec color hex is 0.00, 0.21, 0.01, 0.06. Web safe color of #efbcec is #ffccff. Color #efbcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11101100
Octal 357 274 354
Decimal 239 188 236
Hex EF BC EC

RGB Percentages of Color #efbcec

%36.05
%28.36
%35.60

CMYK Percentages of Color #efbcec

%0
%21
%1
%6

Triadic Colors of #efbcec

#efbcec #ecefbc #bcecef

Analogous Colors of #efbcec

#efbcec #efbcd3 #d9bcef

Monochromatic Colors of #efbcec

#efbcec

Complementary Color

#efbcec #bcefbf

#efbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcec Color CSS Codes

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

#efbcec Text Font Color

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

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


#efbcec Background Color

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

This div background color is #efbcec


#efbcec Border Color

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

This div border color is #efbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcec


Comments

No comments written yet.

Please login to write comment.