Color Hex Logo

#bbdaaf Color Hex

#BBDAAF
(187,218,175)
0 Favorites   0 Comments

Color spaces of #bbdaaf

RGB 187218175
HSL0.290.370.77
HSV103°20°85°
CMYK 0.140.000.20   0.15
XYZ53.302863.802750.0632
Yxy63.80270.31890.3817
Hunter Lab79.8766-20.668418.7532
CIE-Lab83.8629-18.117917.8122

#bbdaaf color RGB value is (187,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10101111
Octal 273 332 257
Decimal 187 218 175
Hex BB DA AF

RGB Percentages of Color #bbdaaf

%32.24
%37.59
%30.17

CMYK Percentages of Color #bbdaaf

%14
%0
%20
%15

Triadic Colors of #bbdaaf

#bbdaaf #afbbda #daafbb

Analogous Colors of #bbdaaf

#bbdaaf #afdab9 #d1daaf

Monochromatic Colors of #bbdaaf

#bbdaaf

Complementary Color

#bbdaaf #ceafda

#bbdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaaf Color CSS Codes

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

#bbdaaf Text Font Color

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

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


#bbdaaf Background Color

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

This div background color is #bbdaaf


#bbdaaf Border Color

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

This div border color is #bbdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaaf


Comments

No comments written yet.

Please login to write comment.