Color Hex Logo

#bbd626 Color Hex

#BBD626
(187,214,38)
0 Favorites   0 Comments

Color spaces of #bbd626

RGB 18721438
HSL0.190.700.49
HSV69°82°84°
CMYK 0.130.000.82   0.16
XYZ44.889958.797910.8169
Yxy58.79790.39200.5135
Hunter Lab76.6798-29.692145.3121
CIE-Lab81.1804-29.501274.9240

#bbd626 color RGB value is (187,214,38).

#bbd626 hex color red value is 187, green value is 214 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bbd626 hue: 0.19 , saturation: 0.70 and the lightness value of bbd626 is 0.49.

The process color (four color CMYK) of #bbd626 color hex is 0.13, 0.00, 0.82, 0.16. Web safe color of #bbd626 is #cccc33. Color #bbd626 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 00100110
Octal 273 326 46
Decimal 187 214 38
Hex BB D6 26

RGB Percentages of Color #bbd626

%42.60
%48.75
%8.66

CMYK Percentages of Color #bbd626

%13
%0
%82
%16

Triadic Colors of #bbd626

#bbd626 #26bbd6 #d626bb

Analogous Colors of #bbd626

#bbd626 #63d626 #d69926

Monochromatic Colors of #bbd626

#bbd626

Complementary Color

#bbd626 #4126d6

#bbd626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd626 Color CSS Codes

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

#bbd626 Text Font Color

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

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


#bbd626 Background Color

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

This div background color is #bbd626


#bbd626 Border Color

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

This div border color is #bbd626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd626


Comments

No comments written yet.

Please login to write comment.