Color Hex Logo

#bbe034 Color Hex

#BBE034
(187,224,52)
0 Favorites   0 Comments

Color spaces of #bbe034

RGB 18722452
HSL0.200.740.54
HSV73°77°88°
CMYK 0.170.000.77   0.12
XYZ47.769064.124013.1083
Yxy64.12400.38210.5130
Hunter Lab80.0775-33.654146.3487
CIE-Lab84.0303-33.632673.7111

#bbe034 color RGB value is (187,224,52).

#bbe034 hex color red value is 187, green value is 224 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bbe034 hue: 0.20 , saturation: 0.74 and the lightness value of bbe034 is 0.54.

The process color (four color CMYK) of #bbe034 color hex is 0.17, 0.00, 0.77, 0.12. Web safe color of #bbe034 is #cccc33. Color #bbe034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00110100
Octal 273 340 64
Decimal 187 224 52
Hex BB E0 34

RGB Percentages of Color #bbe034

%40.39
%48.38
%11.23

CMYK Percentages of Color #bbe034

%17
%0
%77
%12

Triadic Colors of #bbe034

#bbe034 #34bbe0 #e034bb

Analogous Colors of #bbe034

#bbe034 #65e034 #e0af34

Monochromatic Colors of #bbe034

#bbe034

Complementary Color

#bbe034 #5934e0

#bbe034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe034 Color CSS Codes

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

#bbe034 Text Font Color

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

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


#bbe034 Background Color

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

This div background color is #bbe034


#bbe034 Border Color

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

This div border color is #bbe034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe034


Comments

No comments written yet.

Please login to write comment.