Color Hex Logo

#bbdfa8 Color Hex

#BBDFA8
(187,223,168)
0 Favorites   0 Comments

Color spaces of #bbdfa8

RGB 187223168
HSL0.280.460.77
HSV99°25°87°
CMYK 0.160.000.25   0.13
XYZ53.949166.167346.9739
Yxy66.16730.32290.3960
Hunter Lab81.3433-23.964622.7017
CIE-Lab85.0817-21.711323.1564

#bbdfa8 color RGB value is (187,223,168).

#bbdfa8 hex color red value is 187, green value is 223 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bbdfa8 hue: 0.28 , saturation: 0.46 and the lightness value of bbdfa8 is 0.77.

The process color (four color CMYK) of #bbdfa8 color hex is 0.16, 0.00, 0.25, 0.13. Web safe color of #bbdfa8 is #cccc99. Color #bbdfa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10101000
Octal 273 337 250
Decimal 187 223 168
Hex BB DF A8

RGB Percentages of Color #bbdfa8

%32.35
%38.58
%29.07

CMYK Percentages of Color #bbdfa8

%16
%0
%25
%13

Triadic Colors of #bbdfa8

#bbdfa8 #a8bbdf #dfa8bb

Analogous Colors of #bbdfa8

#bbdfa8 #a8dfb1 #d7dfa8

Monochromatic Colors of #bbdfa8

#bbdfa8

Complementary Color

#bbdfa8 #cca8df

#bbdfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfa8 Color CSS Codes

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

#bbdfa8 Text Font Color

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

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


#bbdfa8 Background Color

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

This div background color is #bbdfa8


#bbdfa8 Border Color

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

This div border color is #bbdfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfa8


Comments

No comments written yet.

Please login to write comment.