Color Hex Logo

#bbe6ef Color Hex

#BBE6EF
(187,230,239)
0 Favorites   0 Comments

Color spaces of #bbe6ef

RGB 187230239
HSL0.530.620.84
HSV190°22°94°
CMYK 0.220.040.00   0.06
XYZ64.370373.390492.4344
Yxy73.39040.27960.3188
Hunter Lab85.6682-15.7961-4.0051
CIE-Lab88.6336-11.9180-8.9716

#bbe6ef color RGB value is (187,230,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 11101111
Octal 273 346 357
Decimal 187 230 239
Hex BB E6 EF

RGB Percentages of Color #bbe6ef

%28.51
%35.06
%36.43

CMYK Percentages of Color #bbe6ef

%22
%4
%0
%6

Triadic Colors of #bbe6ef

#bbe6ef #efbbe6 #e6efbb

Analogous Colors of #bbe6ef

#bbe6ef #bbccef #bbefde

Monochromatic Colors of #bbe6ef

#bbe6ef

Complementary Color

#bbe6ef #efc4bb

#bbe6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe6ef Color CSS Codes

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

#bbe6ef Text Font Color

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

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


#bbe6ef Background Color

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

This div background color is #bbe6ef


#bbe6ef Border Color

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

This div border color is #bbe6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe6ef


Comments

No comments written yet.

Please login to write comment.