Color Hex Logo

#bbe041 Color Hex

#BBE041
(187,224,65)
0 Favorites   0 Comments

Color spaces of #bbe041

RGB 18722465
HSL0.210.720.57
HSV74°71°88°
CMYK 0.170.000.71   0.12
XYZ48.103364.257814.8687
Yxy64.25780.37810.5051
Hunter Lab80.1610-33.166745.1152
CIE-Lab84.0998-33.007169.5945

#bbe041 color RGB value is (187,224,65).

#bbe041 hex color red value is 187, green value is 224 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bbe041 hue: 0.21 , saturation: 0.72 and the lightness value of bbe041 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01000001
Octal 273 340 101
Decimal 187 224 65
Hex BB E0 41

RGB Percentages of Color #bbe041

%39.29
%47.06
%13.66

CMYK Percentages of Color #bbe041

%17
%0
%71
%12

Triadic Colors of #bbe041

#bbe041 #41bbe0 #e041bb

Analogous Colors of #bbe041

#bbe041 #6ce041 #e0b641

Monochromatic Colors of #bbe041

#bbe041

Complementary Color

#bbe041 #6641e0

#bbe041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe041 Color CSS Codes

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

#bbe041 Text Font Color

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

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


#bbe041 Background Color

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

This div background color is #bbe041


#bbe041 Border Color

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

This div border color is #bbe041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe041


Comments

No comments written yet.

Please login to write comment.