Color Hex Logo

#bbe241 Color Hex

#BBE241
(187,226,65)
0 Favorites   0 Comments

Color spaces of #bbe241

RGB 18722665
HSL0.210.740.57
HSV75°71°89°
CMYK 0.170.000.71   0.11
XYZ48.644065.339215.0489
Yxy65.33920.37700.5064
Hunter Lab80.8327-34.038345.5446
CIE-Lab84.6582-33.926670.1429

#bbe241 color RGB value is (187,226,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01000001
Octal 273 342 101
Decimal 187 226 65
Hex BB E2 41

RGB Percentages of Color #bbe241

%39.12
%47.28
%13.60

CMYK Percentages of Color #bbe241

%17
%0
%71
%11

Triadic Colors of #bbe241

#bbe241 #41bbe2 #e241bb

Analogous Colors of #bbe241

#bbe241 #6be241 #e2b941

Monochromatic Colors of #bbe241

#bbe241

Complementary Color

#bbe241 #6841e2

#bbe241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe241 Color CSS Codes

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

#bbe241 Text Font Color

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

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


#bbe241 Background Color

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

This div background color is #bbe241


#bbe241 Border Color

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

This div border color is #bbe241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,226,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 #bbe241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe241


Comments

No comments written yet.

Please login to write comment.