Color Hex Logo

#bbe466 Color Hex

#BBE466
(187,228,102)
0 Favorites   0 Comments

Color spaces of #bbe466

RGB 187228102
HSL0.220.700.65
HSV80°55°89°
CMYK 0.180.000.55   0.11
XYZ50.635267.010922.8360
Yxy67.01090.36040.4770
Hunter Lab81.8602-32.842940.7624
CIE-Lab85.5094-32.211456.1889

#bbe466 color RGB value is (187,228,102).

#bbe466 hex color red value is 187, green value is 228 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbe466 hue: 0.22 , saturation: 0.70 and the lightness value of bbe466 is 0.65.

The process color (four color CMYK) of #bbe466 color hex is 0.18, 0.00, 0.55, 0.11. Web safe color of #bbe466 is #cccc66. Color #bbe466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 01100110
Octal 273 344 146
Decimal 187 228 102
Hex BB E4 66

RGB Percentages of Color #bbe466

%36.17
%44.10
%19.73

CMYK Percentages of Color #bbe466

%18
%0
%55
%11

Triadic Colors of #bbe466

#bbe466 #66bbe4 #e466bb

Analogous Colors of #bbe466

#bbe466 #7ce466 #e4ce66

Monochromatic Colors of #bbe466

#bbe466

Complementary Color

#bbe466 #8f66e4

#bbe466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe466 Color CSS Codes

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

#bbe466 Text Font Color

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

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


#bbe466 Background Color

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

This div background color is #bbe466


#bbe466 Border Color

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

This div border color is #bbe466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe466


Comments

No comments written yet.

Please login to write comment.