Color Hex Logo

#bbeefc Color Hex

#BBEEFC
(187,238,252)
1 Favorites   0 Comments

Color spaces of #bbeefc

RGB 187238252
HSL0.540.920.86
HSV193°26°99°
CMYK 0.260.060.00   0.01
XYZ68.638778.7421103.6766
Yxy78.74210.27340.3136
Hunter Lab88.7367-17.2179-7.1564
CIE-Lab91.1175-13.1260-12.0747

#bbeefc color RGB value is (187,238,252).

#bbeefc hex color red value is 187, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbeefc hue: 0.54 , saturation: 0.92 and the lightness value of bbeefc is 0.86.

The process color (four color CMYK) of #bbeefc color hex is 0.26, 0.06, 0.00, 0.01. Web safe color of #bbeefc is #ccffff. Color #bbeefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11111100
Octal 273 356 374
Decimal 187 238 252
Hex BB EE FC

RGB Percentages of Color #bbeefc

%27.62
%35.16
%37.22

CMYK Percentages of Color #bbeefc

%26
%6
%0
%1

Triadic Colors of #bbeefc

#bbeefc #fcbbee #eefcbb

Analogous Colors of #bbeefc

#bbeefc #bbcefc #bbfcea

Monochromatic Colors of #bbeefc

#bbeefc

Complementary Color

#bbeefc #fcc9bb

#bbeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeefc Color CSS Codes

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

#bbeefc Text Font Color

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

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


#bbeefc Background Color

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

This div background color is #bbeefc


#bbeefc Border Color

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

This div border color is #bbeefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,238,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeefc


Comments

No comments written yet.

Please login to write comment.