Color Hex Logo

#bbdd62 Color Hex

#BBDD62
(187,221,98)
0 Favorites   0 Comments

Color spaces of #bbdd62

RGB 18722198
HSL0.210.640.63
HSV77°56°87°
CMYK 0.150.000.56   0.13
XYZ48.554663.159521.1872
Yxy63.15950.36530.4752
Hunter Lab79.4730-30.021739.8246
CIE-Lab83.5262-29.292555.7011

#bbdd62 color RGB value is (187,221,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01100010
Octal 273 335 142
Decimal 187 221 98
Hex BB DD 62

RGB Percentages of Color #bbdd62

%36.96
%43.68
%19.37

CMYK Percentages of Color #bbdd62

%15
%0
%56
%13

Triadic Colors of #bbdd62

#bbdd62 #62bbdd #dd62bb

Analogous Colors of #bbdd62

#bbdd62 #7edd62 #ddc262

Monochromatic Colors of #bbdd62

#bbdd62

Complementary Color

#bbdd62 #8462dd

#bbdd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd62 Color CSS Codes

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

#bbdd62 Text Font Color

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

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


#bbdd62 Background Color

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

This div background color is #bbdd62


#bbdd62 Border Color

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

This div border color is #bbdd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd62


Comments

No comments written yet.

Please login to write comment.