Color Hex Logo

#bbe650 Color Hex

#BBE650
(187,230,80)
0 Favorites   0 Comments

Color spaces of #bbe650

RGB 18723080
HSL0.210.750.61
HSV77°65°90°
CMYK 0.190.000.65   0.10
XYZ50.238367.737618.0162
Yxy67.73760.36940.4981
Hunter Lab82.3029-35.072244.6333
CIE-Lab85.8751-34.849265.8478

#bbe650 color RGB value is (187,230,80).

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

The process color (four color CMYK) of #bbe650 color hex is 0.19, 0.00, 0.65, 0.10. Web safe color of #bbe650 is #ccff66. Color #bbe650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 01010000
Octal 273 346 120
Decimal 187 230 80
Hex BB E6 50

RGB Percentages of Color #bbe650

%37.63
%46.28
%16.10

CMYK Percentages of Color #bbe650

%19
%0
%65
%10

Triadic Colors of #bbe650

#bbe650 #50bbe6 #e650bb

Analogous Colors of #bbe650

#bbe650 #70e650 #e6c650

Monochromatic Colors of #bbe650

#bbe650

Complementary Color

#bbe650 #7b50e6

#bbe650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe650 Color CSS Codes

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

#bbe650 Text Font Color

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

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


#bbe650 Background Color

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

This div background color is #bbe650


#bbe650 Border Color

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

This div border color is #bbe650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe650


Comments

No comments written yet.

Please login to write comment.