Color Hex Logo

#bbdd58 Color Hex

#BBDD58
(187,221,88)
0 Favorites   0 Comments

Color spaces of #bbdd58

RGB 18722188
HSL0.210.660.61
HSV75°60°87°
CMYK 0.150.000.60   0.13
XYZ48.111462.982318.8536
Yxy62.98230.37020.4847
Hunter Lab79.3614-30.670041.4677
CIE-Lab83.4331-30.110859.9620

#bbdd58 color RGB value is (187,221,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01011000
Octal 273 335 130
Decimal 187 221 88
Hex BB DD 58

RGB Percentages of Color #bbdd58

%37.70
%44.56
%17.74

CMYK Percentages of Color #bbdd58

%15
%0
%60
%13

Triadic Colors of #bbdd58

#bbdd58 #58bbdd #dd58bb

Analogous Colors of #bbdd58

#bbdd58 #79dd58 #ddbd58

Monochromatic Colors of #bbdd58

#bbdd58

Complementary Color

#bbdd58 #7a58dd

#bbdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd58 Color CSS Codes

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

#bbdd58 Text Font Color

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

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


#bbdd58 Background Color

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

This div background color is #bbdd58


#bbdd58 Border Color

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

This div border color is #bbdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd58


Comments

No comments written yet.

Please login to write comment.