Color Hex Logo

#bbeddb Color Hex

#BBEDDB
(187,237,219)
0 Favorites   0 Comments

Color spaces of #bbeddb

RGB 187237219
HSL0.440.580.83
HSV158°21°93°
CMYK 0.210.000.08   0.07
XYZ63.563976.247678.3849
Yxy76.24760.29130.3494
Hunter Lab87.3199-22.87197.9007
CIE-Lab89.9742-19.53773.4662

#bbeddb color RGB value is (187,237,219).

#bbeddb hex color red value is 187, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbeddb hue: 0.44 , saturation: 0.58 and the lightness value of bbeddb is 0.83.

The process color (four color CMYK) of #bbeddb color hex is 0.21, 0.00, 0.08, 0.07. Web safe color of #bbeddb is #ccffcc. Color #bbeddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11011011
Octal 273 355 333
Decimal 187 237 219
Hex BB ED DB

RGB Percentages of Color #bbeddb

%29.08
%36.86
%34.06

CMYK Percentages of Color #bbeddb

%21
%0
%8
%7

Triadic Colors of #bbeddb

#bbeddb #dbbbed #eddbbb

Analogous Colors of #bbeddb

#bbeddb #bbe6ed #bbedc2

Monochromatic Colors of #bbeddb

#bbeddb

Complementary Color

#bbeddb #edbbcd

#bbeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeddb Color CSS Codes

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

#bbeddb Text Font Color

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

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


#bbeddb Background Color

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

This div background color is #bbeddb


#bbeddb Border Color

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

This div border color is #bbeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeddb


Comments

No comments written yet.

Please login to write comment.