Color Hex Logo

#bbe002 Color Hex

#BBE002
(187,224,2)
0 Favorites   0 Comments

Color spaces of #bbe002

RGB 1872242
HSL0.190.980.44
HSV70°99°88°
CMYK 0.170.000.99   0.12
XYZ47.160163.88059.9020
Yxy63.88050.38990.5282
Hunter Lab79.9253-34.544948.6022
CIE-Lab83.9035-34.782582.3078

#bbe002 color RGB value is (187,224,2).

#bbe002 hex color red value is 187, green value is 224 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bbe002 hue: 0.19 , saturation: 0.98 and the lightness value of bbe002 is 0.44.

The process color (four color CMYK) of #bbe002 color hex is 0.17, 0.00, 0.99, 0.12. Web safe color of #bbe002 is #cccc00. Color #bbe002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00000010
Octal 273 340 2
Decimal 187 224 2
Hex BB E0 2

RGB Percentages of Color #bbe002

%45.28
%54.24
%0.48

CMYK Percentages of Color #bbe002

%17
%0
%99
%12

Triadic Colors of #bbe002

#bbe002 #02bbe0 #e002bb

Analogous Colors of #bbe002

#bbe002 #4ce002 #e09602

Monochromatic Colors of #bbe002

#bbe002

Complementary Color

#bbe002 #2702e0

#bbe002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe002 Color CSS Codes

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

#bbe002 Text Font Color

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

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


#bbe002 Background Color

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

This div background color is #bbe002


#bbe002 Border Color

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

This div border color is #bbe002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe002


Comments

No comments written yet.

Please login to write comment.