Color Hex Logo

#bbdf97 Color Hex

#BBDF97
(187,223,151)
0 Favorites   0 Comments

Color spaces of #bbdf97

RGB 187223151
HSL0.250.530.73
HSV90°32°87°
CMYK 0.160.000.32   0.13
XYZ52.467165.574539.1700
Yxy65.57450.33370.4171
Hunter Lab80.9781-26.058428.0054
CIE-Lab84.7789-24.232231.5147

#bbdf97 color RGB value is (187,223,151).

#bbdf97 hex color red value is 187, green value is 223 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bbdf97 hue: 0.25 , saturation: 0.53 and the lightness value of bbdf97 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10010111
Octal 273 337 227
Decimal 187 223 151
Hex BB DF 97

RGB Percentages of Color #bbdf97

%33.33
%39.75
%26.92

CMYK Percentages of Color #bbdf97

%16
%0
%32
%13

Triadic Colors of #bbdf97

#bbdf97 #97bbdf #df97bb

Analogous Colors of #bbdf97

#bbdf97 #97df97 #dfdf97

Monochromatic Colors of #bbdf97

#bbdf97

Complementary Color

#bbdf97 #bb97df

#bbdf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf97 Color CSS Codes

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

#bbdf97 Text Font Color

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

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


#bbdf97 Background Color

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

This div background color is #bbdf97


#bbdf97 Border Color

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

This div border color is #bbdf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf97


Comments

No comments written yet.

Please login to write comment.