Color Hex Logo

#bcfeec Color Hex

#BCFEEC
(188,254,236)
0 Favorites   0 Comments

Color spaces of #bcfeec

RGB 188254236
HSL0.450.970.87
HSV164°26°100°
CMYK 0.260.000.07   0.00
XYZ71.321287.631192.5124
Yxy87.63110.28360.3485
Hunter Lab93.6115-27.82366.9342
CIE-Lab95.0054-24.11501.9610

#bcfeec color RGB value is (188,254,236).

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

The process color (four color CMYK) of #bcfeec color hex is 0.26, 0.00, 0.07, 0.00. Web safe color of #bcfeec is #ccffff. Color #bcfeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 11101100
Octal 274 376 354
Decimal 188 254 236
Hex BC FE EC

RGB Percentages of Color #bcfeec

%27.73
%37.46
%34.81

CMYK Percentages of Color #bcfeec

%26
%0
%7
%0

Triadic Colors of #bcfeec

#bcfeec #ecbcfe #feecbc

Analogous Colors of #bcfeec

#bcfeec #bceffe #bcfecb

Monochromatic Colors of #bcfeec

#bcfeec

Complementary Color

#bcfeec #febcce

#bcfeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfeec Color CSS Codes

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

#bcfeec Text Font Color

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

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


#bcfeec Background Color

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

This div background color is #bcfeec


#bcfeec Border Color

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

This div border color is #bcfeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfeec


Comments

No comments written yet.

Please login to write comment.