Color Hex Logo

#bbdd52 Color Hex

#BBDD52
(187,221,82)
0 Favorites   0 Comments

Color spaces of #bbdd52

RGB 18722182
HSL0.210.670.59
HSV75°63°87°
CMYK 0.150.000.63   0.13
XYZ47.873062.886917.5979
Yxy62.88690.37300.4899
Hunter Lab79.3013-31.019442.3537
CIE-Lab83.3828-30.553662.4073

#bbdd52 color RGB value is (187,221,82).

#bbdd52 hex color red value is 187, green value is 221 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bbdd52 hue: 0.21 , saturation: 0.67 and the lightness value of bbdd52 is 0.59.

The process color (four color CMYK) of #bbdd52 color hex is 0.15, 0.00, 0.63, 0.13. Web safe color of #bbdd52 is #cccc66. Color #bbdd52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01010010
Octal 273 335 122
Decimal 187 221 82
Hex BB DD 52

RGB Percentages of Color #bbdd52

%38.16
%45.10
%16.73

CMYK Percentages of Color #bbdd52

%15
%0
%63
%13

Triadic Colors of #bbdd52

#bbdd52 #52bbdd #dd52bb

Analogous Colors of #bbdd52

#bbdd52 #76dd52 #ddba52

Monochromatic Colors of #bbdd52

#bbdd52

Complementary Color

#bbdd52 #7452dd

#bbdd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd52 Color CSS Codes

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

#bbdd52 Text Font Color

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

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


#bbdd52 Background Color

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

This div background color is #bbdd52


#bbdd52 Border Color

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

This div border color is #bbdd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd52


Comments

No comments written yet.

Please login to write comment.