Color Hex Logo

#bcefec Color Hex

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

Color spaces of #bcefec

RGB 188239236
HSL0.490.610.84
HSV176°21°94°
CMYK 0.210.000.01   0.06
XYZ66.745978.480590.9873
Yxy78.48050.28260.3322
Hunter Lab88.5892-20.54361.1175
CIE-Lab90.9987-16.7761-3.9004

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

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

The process color (four color CMYK) of #bcefec color hex is 0.21, 0.00, 0.01, 0.06. Web safe color of #bcefec is #ccffff. Color #bcefec contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bcefec

%28.36
%36.05
%35.60

CMYK Percentages of Color #bcefec

%21
%0
%1
%6

Triadic Colors of #bcefec

#bcefec #ecbcef #efecbc

Analogous Colors of #bcefec

#bcefec #bcd9ef #bcefd3

Monochromatic Colors of #bcefec

#bcefec

Complementary Color

#bcefec #efbcbf

#bcefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefec Color CSS Codes

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

#bcefec Text Font Color

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

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


#bcefec Background Color

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

This div background color is #bcefec


#bcefec Border Color

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

This div border color is #bcefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefec


Comments

No comments written yet.

Please login to write comment.