Color Hex Logo

#bbdd23 Color Hex

#BBDD23
(187,221,35)
0 Favorites   0 Comments

Color spaces of #bbdd23

RGB 18722135
HSL0.200.730.50
HSV71°84°87°
CMYK 0.150.000.84   0.13
XYZ46.653362.399011.1754
Yxy62.39900.38800.5190
Hunter Lab78.9930-32.815746.9072
CIE-Lab83.1252-32.850577.2648

#bbdd23 color RGB value is (187,221,35).

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

The process color (four color CMYK) of #bbdd23 color hex is 0.15, 0.00, 0.84, 0.13. Web safe color of #bbdd23 is #cccc33. Color #bbdd23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 00100011
Octal 273 335 43
Decimal 187 221 35
Hex BB DD 23

RGB Percentages of Color #bbdd23

%42.21
%49.89
%7.90

CMYK Percentages of Color #bbdd23

%15
%0
%84
%13

Triadic Colors of #bbdd23

#bbdd23 #23bbdd #dd23bb

Analogous Colors of #bbdd23

#bbdd23 #5edd23 #dda223

Monochromatic Colors of #bbdd23

#bbdd23

Complementary Color

#bbdd23 #4523dd

#bbdd23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd23 Color CSS Codes

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

#bbdd23 Text Font Color

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

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


#bbdd23 Background Color

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

This div background color is #bbdd23


#bbdd23 Border Color

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

This div border color is #bbdd23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd23


Comments

No comments written yet.

Please login to write comment.