Color Hex Logo

#bbdaa3 Color Hex

#BBDAA3
(187,218,163)
0 Favorites   0 Comments

Color spaces of #bbdaa3

RGB 187218163
HSL0.260.430.75
HSV94°25°85°
CMYK 0.140.000.25   0.15
XYZ52.175863.351944.1285
Yxy63.35190.32680.3968
Hunter Lab79.5939-22.278122.8441
CIE-Lab83.6272-20.028423.7638

#bbdaa3 color RGB value is (187,218,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10100011
Octal 273 332 243
Decimal 187 218 163
Hex BB DA A3

RGB Percentages of Color #bbdaa3

%32.92
%38.38
%28.70

CMYK Percentages of Color #bbdaa3

%14
%0
%25
%15

Triadic Colors of #bbdaa3

#bbdaa3 #a3bbda #daa3bb

Analogous Colors of #bbdaa3

#bbdaa3 #a3daa7 #d7daa3

Monochromatic Colors of #bbdaa3

#bbdaa3

Complementary Color

#bbdaa3 #c2a3da

#bbdaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaa3 Color CSS Codes

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

#bbdaa3 Text Font Color

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

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


#bbdaa3 Background Color

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

This div background color is #bbdaa3


#bbdaa3 Border Color

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

This div border color is #bbdaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaa3


Comments

No comments written yet.

Please login to write comment.