Color Hex Logo

#bcecec Color Hex

#BCECEC
(188,236,236)
0 Favorites   0 Comments

Color spaces of #bcecec

RGB 188236236
HSL0.500.560.83
HSV180°20°93°
CMYK 0.200.000.00   0.07
XYZ65.874876.738490.6969
Yxy76.73840.28230.3289
Hunter Lab87.6005-19.0703-0.0654
CIE-Lab90.2011-15.2799-5.0750

#bcecec color RGB value is (188,236,236).

#bcecec hex color red value is 188, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcecec hue: 0.50 , saturation: 0.56 and the lightness value of bcecec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11101100
Octal 274 354 354
Decimal 188 236 236
Hex BC EC EC

RGB Percentages of Color #bcecec

%28.48
%35.76
%35.76

CMYK Percentages of Color #bcecec

%20
%0
%0
%7

Triadic Colors of #bcecec

#bcecec #ecbcec #ececbc

Analogous Colors of #bcecec

#bcecec #bcd4ec #bcecd4

Monochromatic Colors of #bcecec

#bcecec

Complementary Color

#bcecec #ecbcbc

#bcecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecec Color CSS Codes

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

#bcecec Text Font Color

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

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


#bcecec Background Color

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

This div background color is #bcecec


#bcecec Border Color

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

This div border color is #bcecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecec


Comments

No comments written yet.

Please login to write comment.