Color Hex Logo

#bbe7ee Color Hex

#BBE7EE
(187,231,238)
0 Favorites   0 Comments

Color spaces of #bbe7ee

RGB 187231238
HSL0.520.600.83
HSV188°21°93°
CMYK 0.210.030.00   0.07
XYZ64.502073.889791.7514
Yxy73.88970.28030.3211
Hunter Lab85.9591-16.4856-3.1138
CIE-Lab88.8703-12.6392-8.0959

#bbe7ee color RGB value is (187,231,238).

#bbe7ee hex color red value is 187, green value is 231 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbe7ee hue: 0.52 , saturation: 0.60 and the lightness value of bbe7ee is 0.83.

The process color (four color CMYK) of #bbe7ee color hex is 0.21, 0.03, 0.00, 0.07. Web safe color of #bbe7ee is #ccffff. Color #bbe7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 11101110
Octal 273 347 356
Decimal 187 231 238
Hex BB E7 EE

RGB Percentages of Color #bbe7ee

%28.51
%35.21
%36.28

CMYK Percentages of Color #bbe7ee

%21
%3
%0
%7

Triadic Colors of #bbe7ee

#bbe7ee #eebbe7 #e7eebb

Analogous Colors of #bbe7ee

#bbe7ee #bbceee #bbeedc

Monochromatic Colors of #bbe7ee

#bbe7ee

Complementary Color

#bbe7ee #eec2bb

#bbe7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe7ee Color CSS Codes

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

#bbe7ee Text Font Color

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

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


#bbe7ee Background Color

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

This div background color is #bbe7ee


#bbe7ee Border Color

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

This div border color is #bbe7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe7ee


Comments

No comments written yet.

Please login to write comment.