Color Hex Logo

#bbedab Color Hex

#BBEDAB
(187,237,171)
0 Favorites   0 Comments

Color spaces of #bbedab

RGB 187237171
HSL0.290.650.80
HSV105°28°93°
CMYK 0.210.000.28   0.07
XYZ58.128474.073449.7620
Yxy74.07340.31950.4071
Hunter Lab86.0659-30.057525.9656
CIE-Lab88.9572-27.990526.9056

#bbedab color RGB value is (187,237,171).

#bbedab hex color red value is 187, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbedab hue: 0.29 , saturation: 0.65 and the lightness value of bbedab is 0.80.

The process color (four color CMYK) of #bbedab color hex is 0.21, 0.00, 0.28, 0.07. Web safe color of #bbedab is #ccff99. Color #bbedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 10101011
Octal 273 355 253
Decimal 187 237 171
Hex BB ED AB

RGB Percentages of Color #bbedab

%31.43
%39.83
%28.74

CMYK Percentages of Color #bbedab

%21
%0
%28
%7

Triadic Colors of #bbedab

#bbedab #abbbed #edabbb

Analogous Colors of #bbedab

#bbedab #abedbc #dcedab

Monochromatic Colors of #bbedab

#bbedab

Complementary Color

#bbedab #ddabed

#bbedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedab Color CSS Codes

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

#bbedab Text Font Color

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

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


#bbedab Background Color

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

This div background color is #bbedab


#bbedab Border Color

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

This div border color is #bbedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedab


Comments

No comments written yet.

Please login to write comment.