Color Hex Logo

#bbcdaf Color Hex

#BBCDAF
(187,205,175)
0 Favorites   0 Comments

Color spaces of #bbcdaf

RGB 187205175
HSL0.270.230.75
HSV96°15°80°
CMYK 0.090.000.15   0.20
XYZ50.062757.322648.9832
Yxy57.32260.32020.3666
Hunter Lab75.7117-14.466214.6393
CIE-Lab80.3607-11.551912.8920

#bbcdaf color RGB value is (187,205,175).

#bbcdaf hex color red value is 187, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbcdaf hue: 0.27 , saturation: 0.23 and the lightness value of bbcdaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10101111
Octal 273 315 257
Decimal 187 205 175
Hex BB CD AF

RGB Percentages of Color #bbcdaf

%32.98
%36.16
%30.86

CMYK Percentages of Color #bbcdaf

%9
%0
%15
%20

Triadic Colors of #bbcdaf

#bbcdaf #afbbcd #cdafbb

Analogous Colors of #bbcdaf

#bbcdaf #afcdb2 #cacdaf

Monochromatic Colors of #bbcdaf

#bbcdaf

Complementary Color

#bbcdaf #c1afcd

#bbcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdaf Color CSS Codes

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

#bbcdaf Text Font Color

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

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


#bbcdaf Background Color

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

This div background color is #bbcdaf


#bbcdaf Border Color

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

This div border color is #bbcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdaf


Comments

No comments written yet.

Please login to write comment.