Color Hex Logo

#ffbcec Color Hex

#FFBCEC
(255,188,236)
1 Favorites   0 Comments

Color spaces of #ffbcec

RGB 255188236
HSL0.881.000.87
HSV317°26°100°
CMYK 0.000.260.07   0.00
XYZ74.363563.282687.6523
Yxy63.28260.33010.2809
Hunter Lab79.550427.6483-9.6432
CIE-Lab83.590831.4563-14.3422

#ffbcec color RGB value is (255,188,236).

#ffbcec hex color red value is 255, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ffbcec hue: 0.88 , saturation: 1.00 and the lightness value of ffbcec is 0.87.

The process color (four color CMYK) of #ffbcec color hex is 0.00, 0.26, 0.07, 0.00. Web safe color of #ffbcec is #ffccff. Color #ffbcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11101100
Octal 377 274 354
Decimal 255 188 236
Hex FF BC EC

RGB Percentages of Color #ffbcec

%37.56
%27.69
%34.76

CMYK Percentages of Color #ffbcec

%0
%26
%7
%0

Triadic Colors of #ffbcec

#ffbcec #ecffbc #bcecff

Analogous Colors of #ffbcec

#ffbcec #ffbccb #f1bcff

Monochromatic Colors of #ffbcec

#ffbcec

Complementary Color

#ffbcec #bcffcf

#ffbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcec Color CSS Codes

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

#ffbcec Text Font Color

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

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


#ffbcec Background Color

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

This div background color is #ffbcec


#ffbcec Border Color

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

This div border color is #ffbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcec


Comments

No comments written yet.

Please login to write comment.