Color Hex Logo

#bbdcaf Color Hex

#BBDCAF
(187,220,175)
0 Favorites   0 Comments

Color spaces of #bbdcaf

RGB 187220175
HSL0.290.390.77
HSV104°20°86°
CMYK 0.150.000.20   0.14
XYZ53.824664.846350.2372
Yxy64.84630.31870.3839
Hunter Lab80.5272-21.612719.3807
CIE-Lab84.4045-19.111018.5673

#bbdcaf color RGB value is (187,220,175).

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

The process color (four color CMYK) of #bbdcaf color hex is 0.15, 0.00, 0.20, 0.14. Web safe color of #bbdcaf is #cccc99. Color #bbdcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10101111
Octal 273 334 257
Decimal 187 220 175
Hex BB DC AF

RGB Percentages of Color #bbdcaf

%32.13
%37.80
%30.07

CMYK Percentages of Color #bbdcaf

%15
%0
%20
%14

Triadic Colors of #bbdcaf

#bbdcaf #afbbdc #dcafbb

Analogous Colors of #bbdcaf

#bbdcaf #afdcba #d2dcaf

Monochromatic Colors of #bbdcaf

#bbdcaf

Complementary Color

#bbdcaf #d0afdc

#bbdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcaf Color CSS Codes

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

#bbdcaf Text Font Color

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

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


#bbdcaf Background Color

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

This div background color is #bbdcaf


#bbdcaf Border Color

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

This div border color is #bbdcaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,220,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 #bbdcaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcaf


Comments

No comments written yet.

Please login to write comment.