Color Hex Logo

#bbe64b Color Hex

#BBE64B
(187,230,75)
0 Favorites   0 Comments

Color spaces of #bbe64b

RGB 18723075
HSL0.210.760.60
HSV77°67°90°
CMYK 0.190.000.67   0.10
XYZ50.060367.666417.0791
Yxy67.66640.37140.5020
Hunter Lab82.2596-35.325445.2717
CIE-Lab85.8394-35.173367.7240

#bbe64b color RGB value is (187,230,75).

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

The process color (four color CMYK) of #bbe64b color hex is 0.19, 0.00, 0.67, 0.10. Web safe color of #bbe64b is #ccff33. Color #bbe64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 01001011
Octal 273 346 113
Decimal 187 230 75
Hex BB E6 4B

RGB Percentages of Color #bbe64b

%38.01
%46.75
%15.24

CMYK Percentages of Color #bbe64b

%19
%0
%67
%10

Triadic Colors of #bbe64b

#bbe64b #4bbbe6 #e64bbb

Analogous Colors of #bbe64b

#bbe64b #6ee64b #e6c44b

Monochromatic Colors of #bbe64b

#bbe64b

Complementary Color

#bbe64b #764be6

#bbe64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe64b Color CSS Codes

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

#bbe64b Text Font Color

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

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


#bbe64b Background Color

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

This div background color is #bbe64b


#bbe64b Border Color

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

This div border color is #bbe64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe64b


Comments

No comments written yet.

Please login to write comment.