Color Hex Logo

#bbdfa0 Color Hex

#BBDFA0
(187,223,160)
0 Favorites   0 Comments

Color spaces of #bbdfa0

RGB 187223160
HSL0.260.500.75
HSV94°28°87°
CMYK 0.160.000.28   0.13
XYZ53.226465.878243.1681
Yxy65.87820.32800.4060
Hunter Lab81.1654-24.983225.2822
CIE-Lab84.9343-22.932727.0989

#bbdfa0 color RGB value is (187,223,160).

#bbdfa0 hex color red value is 187, green value is 223 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbdfa0 hue: 0.26 , saturation: 0.50 and the lightness value of bbdfa0 is 0.75.

The process color (four color CMYK) of #bbdfa0 color hex is 0.16, 0.00, 0.28, 0.13. Web safe color of #bbdfa0 is #cccc99. Color #bbdfa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10100000
Octal 273 337 240
Decimal 187 223 160
Hex BB DF A0

RGB Percentages of Color #bbdfa0

%32.81
%39.12
%28.07

CMYK Percentages of Color #bbdfa0

%16
%0
%28
%13

Triadic Colors of #bbdfa0

#bbdfa0 #a0bbdf #dfa0bb

Analogous Colors of #bbdfa0

#bbdfa0 #a0dfa5 #dbdfa0

Monochromatic Colors of #bbdfa0

#bbdfa0

Complementary Color

#bbdfa0 #c4a0df

#bbdfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfa0 Color CSS Codes

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

#bbdfa0 Text Font Color

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

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


#bbdfa0 Background Color

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

This div background color is #bbdfa0


#bbdfa0 Border Color

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

This div border color is #bbdfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfa0


Comments

No comments written yet.

Please login to write comment.