Color Hex Logo

#bcecf0 Color Hex

#BCECF0
(188,236,240)
0 Favorites   0 Comments

Color spaces of #bcecf0

RGB 188236240
HSL0.510.630.84
HSV185°22°94°
CMYK 0.220.020.00   0.06
XYZ66.462776.973593.7925
Yxy76.97350.28020.3245
Hunter Lab87.7345-18.3140-1.9697
CIE-Lab90.3094-14.4344-7.0052

#bcecf0 color RGB value is (188,236,240).

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

The process color (four color CMYK) of #bcecf0 color hex is 0.22, 0.02, 0.00, 0.06. Web safe color of #bcecf0 is #ccffff. Color #bcecf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11110000
Octal 274 354 360
Decimal 188 236 240
Hex BC EC F0

RGB Percentages of Color #bcecf0

%28.31
%35.54
%36.14

CMYK Percentages of Color #bcecf0

%22
%2
%0
%6

Triadic Colors of #bcecf0

#bcecf0 #f0bcec #ecf0bc

Analogous Colors of #bcecf0

#bcecf0 #bcd2f0 #bcf0da

Monochromatic Colors of #bcecf0

#bcecf0

Complementary Color

#bcecf0 #f0c0bc

#bcecf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecf0 Color CSS Codes

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

#bcecf0 Text Font Color

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

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


#bcecf0 Background Color

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

This div background color is #bcecf0


#bcecf0 Border Color

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

This div border color is #bcecf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecf0

#bcecf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.