Color Hex Logo

#bccbef Color Hex

#BCCBEF
(188,203,239)
0 Favorites   0 Comments

Color spaces of #bccbef

RGB 188203239
HSL0.620.610.84
HSV222°21°94°
CMYK 0.210.150.00   0.06
XYZ57.675059.635290.1323
Yxy59.63520.27800.2875
Hunter Lab77.2238-1.8281-15.1440
CIE-Lab81.63952.4448-19.4450

#bccbef color RGB value is (188,203,239).

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

The process color (four color CMYK) of #bccbef color hex is 0.21, 0.15, 0.00, 0.06. Web safe color of #bccbef is #ccccff. Color #bccbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11101111
Octal 274 313 357
Decimal 188 203 239
Hex BC CB EF

RGB Percentages of Color #bccbef

%29.84
%32.22
%37.94

CMYK Percentages of Color #bccbef

%21
%15
%0
%6

Triadic Colors of #bccbef

#bccbef #efbccb #cbefbc

Analogous Colors of #bccbef

#bccbef #c7bcef #bce5ef

Monochromatic Colors of #bccbef

#bccbef

Complementary Color

#bccbef #efe0bc

#bccbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbef Color CSS Codes

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

#bccbef Text Font Color

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

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


#bccbef Background Color

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

This div background color is #bccbef


#bccbef Border Color

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

This div border color is #bccbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbef


Comments

No comments written yet.

Please login to write comment.