Color Hex Logo

#bbe446 Color Hex

#BBE446
(187,228,70)
0 Favorites   0 Comments

Color spaces of #bbe446

RGB 18722870
HSL0.210.750.58
HSV76°69°89°
CMYK 0.180.000.69   0.11
XYZ49.342466.493816.0283
Yxy66.49380.37420.5043
Hunter Lab81.5437-34.690545.4265
CIE-Lab85.2477-34.562468.9629

#bbe446 color RGB value is (187,228,70).

#bbe446 hex color red value is 187, green value is 228 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bbe446 hue: 0.21 , saturation: 0.75 and the lightness value of bbe446 is 0.58.

The process color (four color CMYK) of #bbe446 color hex is 0.18, 0.00, 0.69, 0.11. Web safe color of #bbe446 is #cccc33. Color #bbe446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 01000110
Octal 273 344 106
Decimal 187 228 70
Hex BB E4 46

RGB Percentages of Color #bbe446

%38.56
%47.01
%14.43

CMYK Percentages of Color #bbe446

%18
%0
%69
%11

Triadic Colors of #bbe446

#bbe446 #46bbe4 #e446bb

Analogous Colors of #bbe446

#bbe446 #6ce446 #e4be46

Monochromatic Colors of #bbe446

#bbe446

Complementary Color

#bbe446 #6f46e4

#bbe446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe446 Color CSS Codes

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

#bbe446 Text Font Color

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

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


#bbe446 Background Color

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

This div background color is #bbe446


#bbe446 Border Color

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

This div border color is #bbe446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe446


Comments

No comments written yet.

Please login to write comment.