Color Hex Logo

#bbd022 Color Hex

#BBD022
(187,208,34)
0 Favorites   0 Comments

Color spaces of #bbd022

RGB 18720834
HSL0.190.720.47
HSV67°84°82°
CMYK 0.100.000.84   0.18
XYZ43.338155.79209.9982
Yxy55.79200.39710.5113
Hunter Lab74.6940-27.147444.3495
CIE-Lab79.4953-26.777474.4171

#bbd022 color RGB value is (187,208,34).

#bbd022 hex color red value is 187, green value is 208 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bbd022 hue: 0.19 , saturation: 0.72 and the lightness value of bbd022 is 0.47.

The process color (four color CMYK) of #bbd022 color hex is 0.10, 0.00, 0.84, 0.18. Web safe color of #bbd022 is #cccc33. Color #bbd022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00100010
Octal 273 320 42
Decimal 187 208 34
Hex BB D0 22

RGB Percentages of Color #bbd022

%43.59
%48.48
%7.93

CMYK Percentages of Color #bbd022

%10
%0
%84
%18

Triadic Colors of #bbd022

#bbd022 #22bbd0 #d022bb

Analogous Colors of #bbd022

#bbd022 #64d022 #d08e22

Monochromatic Colors of #bbd022

#bbd022

Complementary Color

#bbd022 #3722d0

#bbd022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd022 Color CSS Codes

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

#bbd022 Text Font Color

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

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


#bbd022 Background Color

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

This div background color is #bbd022


#bbd022 Border Color

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

This div border color is #bbd022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd022


Comments

No comments written yet.

Please login to write comment.