Color Hex Logo

#bbeeea Color Hex

#BBEEEA
(187,238,234)
0 Favorites   0 Comments

Color spaces of #bbeeea

RGB 187238234
HSL0.490.600.83
HSV175°21°93°
CMYK 0.210.000.02   0.07
XYZ65.919377.654489.3564
Yxy77.65440.28300.3334
Hunter Lab88.1217-20.68641.5645
CIE-Lab90.6220-16.9944-3.4176

#bbeeea color RGB value is (187,238,234).

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

The process color (four color CMYK) of #bbeeea color hex is 0.21, 0.00, 0.02, 0.07. Web safe color of #bbeeea is #ccffff. Color #bbeeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11101010
Octal 273 356 352
Decimal 187 238 234
Hex BB EE EA

RGB Percentages of Color #bbeeea

%28.38
%36.12
%35.51

CMYK Percentages of Color #bbeeea

%21
%0
%2
%7

Triadic Colors of #bbeeea

#bbeeea #eabbee #eeeabb

Analogous Colors of #bbeeea

#bbeeea #bbd9ee #bbeed1

Monochromatic Colors of #bbeeea

#bbeeea

Complementary Color

#bbeeea #eebbbf

#bbeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeeea Color CSS Codes

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

#bbeeea Text Font Color

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

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


#bbeeea Background Color

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

This div background color is #bbeeea


#bbeeea Border Color

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

This div border color is #bbeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeeea


Comments

No comments written yet.

Please login to write comment.