Color Hex Logo

#bbdfaf Color Hex

#BBDFAF
(187,223,175)
0 Favorites   0 Comments

Color spaces of #bbdfaf

RGB 187223175
HSL0.290.430.78
HSV105°22°87°
CMYK 0.160.000.22   0.13
XYZ54.619166.435350.5020
Yxy66.43530.31840.3873
Hunter Lab81.5079-23.024420.3196
CIE-Lab85.2180-20.592019.6988

#bbdfaf color RGB value is (187,223,175).

#bbdfaf hex color red value is 187, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbdfaf hue: 0.29 , saturation: 0.43 and the lightness value of bbdfaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10101111
Octal 273 337 257
Decimal 187 223 175
Hex BB DF AF

RGB Percentages of Color #bbdfaf

%31.97
%38.12
%29.91

CMYK Percentages of Color #bbdfaf

%16
%0
%22
%13

Triadic Colors of #bbdfaf

#bbdfaf #afbbdf #dfafbb

Analogous Colors of #bbdfaf

#bbdfaf #afdfbb #d3dfaf

Monochromatic Colors of #bbdfaf

#bbdfaf

Complementary Color

#bbdfaf #d3afdf

#bbdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfaf Color CSS Codes

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

#bbdfaf Text Font Color

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

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


#bbdfaf Background Color

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

This div background color is #bbdfaf


#bbdfaf Border Color

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

This div border color is #bbdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfaf


Comments

No comments written yet.

Please login to write comment.