Color Hex Logo

#bbedcb Color Hex

#BBEDCB
(187,237,203)
0 Favorites   0 Comments

Color spaces of #bbedcb

RGB 187237203
HSL0.390.580.83
HSV139°21°93°
CMYK 0.210.000.14   0.07
XYZ61.557275.445067.8178
Yxy75.44500.30050.3683
Hunter Lab86.8591-25.500114.5089
CIE-Lab89.6010-22.579911.2694

#bbedcb color RGB value is (187,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11001011
Octal 273 355 313
Decimal 187 237 203
Hex BB ED CB

RGB Percentages of Color #bbedcb

%29.82
%37.80
%32.38

CMYK Percentages of Color #bbedcb

%21
%0
%14
%7

Triadic Colors of #bbedcb

#bbedcb #cbbbed #edcbbb

Analogous Colors of #bbedcb

#bbedcb #bbede4 #c4edbb

Monochromatic Colors of #bbedcb

#bbedcb

Complementary Color

#bbedcb #edbbdd

#bbedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedcb Color CSS Codes

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

#bbedcb Text Font Color

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

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


#bbedcb Background Color

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

This div background color is #bbedcb


#bbedcb Border Color

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

This div border color is #bbedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedcb


Comments

No comments written yet.

Please login to write comment.