Color Hex Logo

#bbdd54 Color Hex

#BBDD54
(187,221,84)
0 Favorites   0 Comments

Color spaces of #bbdd54

RGB 18722184
HSL0.210.670.60
HSV75°62°87°
CMYK 0.150.000.62   0.13
XYZ47.950262.917818.0046
Yxy62.91780.37210.4882
Hunter Lab79.3207-30.906242.0666
CIE-Lab83.3991-30.410061.6025

#bbdd54 color RGB value is (187,221,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01010100
Octal 273 335 124
Decimal 187 221 84
Hex BB DD 54

RGB Percentages of Color #bbdd54

%38.01
%44.92
%17.07

CMYK Percentages of Color #bbdd54

%15
%0
%62
%13

Triadic Colors of #bbdd54

#bbdd54 #54bbdd #dd54bb

Analogous Colors of #bbdd54

#bbdd54 #77dd54 #ddbb54

Monochromatic Colors of #bbdd54

#bbdd54

Complementary Color

#bbdd54 #7654dd

#bbdd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd54 Color CSS Codes

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

#bbdd54 Text Font Color

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

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


#bbdd54 Background Color

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

This div background color is #bbdd54


#bbdd54 Border Color

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

This div border color is #bbdd54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd54


Comments

No comments written yet.

Please login to write comment.