Color Hex Logo

#bbde46 Color Hex

#BBDE46
(187,222,70)
0 Favorites   0 Comments

Color spaces of #bbde46

RGB 18722270
HSL0.210.700.57
HSV74°68°87°
CMYK 0.160.000.68   0.13
XYZ47.720363.249515.4876
Yxy63.24950.37740.5002
Hunter Lab79.5296-32.071044.1245
CIE-Lab83.5735-31.798767.2774

#bbde46 color RGB value is (187,222,70).

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

The process color (four color CMYK) of #bbde46 color hex is 0.16, 0.00, 0.68, 0.13. Web safe color of #bbde46 is #cccc33. Color #bbde46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 01000110
Octal 273 336 106
Decimal 187 222 70
Hex BB DE 46

RGB Percentages of Color #bbde46

%39.04
%46.35
%14.61

CMYK Percentages of Color #bbde46

%16
%0
%68
%13

Triadic Colors of #bbde46

#bbde46 #46bbde #de46bb

Analogous Colors of #bbde46

#bbde46 #6fde46 #deb546

Monochromatic Colors of #bbde46

#bbde46

Complementary Color

#bbde46 #6946de

#bbde46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde46 Color CSS Codes

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

#bbde46 Text Font Color

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

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


#bbde46 Background Color

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

This div background color is #bbde46


#bbde46 Border Color

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

This div border color is #bbde46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde46


Comments

No comments written yet.

Please login to write comment.