Color Hex Logo

#bbdaa4 Color Hex

#BBDAA4
(187,218,164)
0 Favorites   0 Comments

Color spaces of #bbdaa4

RGB 187218164
HSL0.260.420.75
HSV94°25°85°
CMYK 0.140.000.25   0.15
XYZ52.265863.387944.6024
Yxy63.38790.32610.3955
Hunter Lab79.6165-22.149122.5164
CIE-Lab83.6461-19.874523.2683

#bbdaa4 color RGB value is (187,218,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10100100
Octal 273 332 244
Decimal 187 218 164
Hex BB DA A4

RGB Percentages of Color #bbdaa4

%32.86
%38.31
%28.82

CMYK Percentages of Color #bbdaa4

%14
%0
%25
%15

Triadic Colors of #bbdaa4

#bbdaa4 #a4bbda #daa4bb

Analogous Colors of #bbdaa4

#bbdaa4 #a4daa8 #d6daa4

Monochromatic Colors of #bbdaa4

#bbdaa4

Complementary Color

#bbdaa4 #c3a4da

#bbdaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaa4 Color CSS Codes

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

#bbdaa4 Text Font Color

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

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


#bbdaa4 Background Color

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

This div background color is #bbdaa4


#bbdaa4 Border Color

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

This div border color is #bbdaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaa4

#bbdaa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.