Color Hex Logo

#bbccec Color Hex

#BBCCEC
(187,204,236)
0 Favorites   0 Comments

Color spaces of #bbccec

RGB 187204236
HSL0.610.560.83
HSV219°21°93°
CMYK 0.210.140.00   0.07
XYZ57.226759.806787.8845
Yxy59.80670.27930.2919
Hunter Lab77.3348-3.2483-13.2438
CIE-Lab81.73300.9421-17.7096

#bbccec color RGB value is (187,204,236).

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

The process color (four color CMYK) of #bbccec color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #bbccec is #ccccff. Color #bbccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11101100
Octal 273 314 354
Decimal 187 204 236
Hex BB CC EC

RGB Percentages of Color #bbccec

%29.82
%32.54
%37.64

CMYK Percentages of Color #bbccec

%21
%14
%0
%7

Triadic Colors of #bbccec

#bbccec #ecbbcc #ccecbb

Analogous Colors of #bbccec

#bbccec #c3bbec #bbe5ec

Monochromatic Colors of #bbccec

#bbccec

Complementary Color

#bbccec #ecdbbb

#bbccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccec Color CSS Codes

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

#bbccec Text Font Color

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

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


#bbccec Background Color

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

This div background color is #bbccec


#bbccec Border Color

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

This div border color is #bbccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccec


Comments

No comments written yet.

Please login to write comment.