Color Hex Logo

#bbdb25 Color Hex

#BBDB25
(187,219,37)
0 Favorites   0 Comments

Color spaces of #bbdb25

RGB 18721937
HSL0.200.720.50
HSV71°83°86°
CMYK 0.150.000.83   0.14
XYZ46.159061.361411.1614
Yxy61.36140.38890.5170
Hunter Lab78.3335-31.900346.3855
CIE-Lab82.5726-31.866976.3513

#bbdb25 color RGB value is (187,219,37).

#bbdb25 hex color red value is 187, green value is 219 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bbdb25 hue: 0.20 , saturation: 0.72 and the lightness value of bbdb25 is 0.50.

The process color (four color CMYK) of #bbdb25 color hex is 0.15, 0.00, 0.83, 0.14. Web safe color of #bbdb25 is #cccc33. Color #bbdb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 00100101
Octal 273 333 45
Decimal 187 219 37
Hex BB DB 25

RGB Percentages of Color #bbdb25

%42.21
%49.44
%8.35

CMYK Percentages of Color #bbdb25

%15
%0
%83
%14

Triadic Colors of #bbdb25

#bbdb25 #25bbdb #db25bb

Analogous Colors of #bbdb25

#bbdb25 #60db25 #dba025

Monochromatic Colors of #bbdb25

#bbdb25

Complementary Color

#bbdb25 #4525db

#bbdb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb25 Color CSS Codes

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

#bbdb25 Text Font Color

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

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


#bbdb25 Background Color

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

This div background color is #bbdb25


#bbdb25 Border Color

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

This div border color is #bbdb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb25


Comments

No comments written yet.

Please login to write comment.