Color Hex Logo

#bbdf61 Color Hex

#BBDF61
(187,223,97)
0 Favorites   0 Comments

Color spaces of #bbdf61

RGB 18722397
HSL0.210.660.63
HSV77°57°87°
CMYK 0.160.000.57   0.13
XYZ49.038964.203221.1171
Yxy64.20320.36500.4778
Hunter Lab80.1269-30.977340.4632
CIE-Lab84.0715-30.318156.7691

#bbdf61 color RGB value is (187,223,97).

#bbdf61 hex color red value is 187, green value is 223 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bbdf61 hue: 0.21 , saturation: 0.66 and the lightness value of bbdf61 is 0.63.

The process color (four color CMYK) of #bbdf61 color hex is 0.16, 0.00, 0.57, 0.13. Web safe color of #bbdf61 is #cccc66. Color #bbdf61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01100001
Octal 273 337 141
Decimal 187 223 97
Hex BB DF 61

RGB Percentages of Color #bbdf61

%36.88
%43.98
%19.13

CMYK Percentages of Color #bbdf61

%16
%0
%57
%13

Triadic Colors of #bbdf61

#bbdf61 #61bbdf #df61bb

Analogous Colors of #bbdf61

#bbdf61 #7cdf61 #dfc461

Monochromatic Colors of #bbdf61

#bbdf61

Complementary Color

#bbdf61 #8561df

#bbdf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf61 Color CSS Codes

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

#bbdf61 Text Font Color

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

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


#bbdf61 Background Color

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

This div background color is #bbdf61


#bbdf61 Border Color

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

This div border color is #bbdf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf61


Comments

No comments written yet.

Please login to write comment.