Color Hex Logo

#bbe486 Color Hex

#BBE486
(187,228,134)
0 Favorites   0 Comments

Color spaces of #bbe486

RGB 187228134
HSL0.240.640.71
HSV86°41°89°
CMYK 0.180.000.41   0.11
XYZ52.540067.772832.8666
Yxy67.77280.34300.4424
Hunter Lab82.3242-30.147333.9564
CIE-Lab85.8927-28.843341.5155

#bbe486 color RGB value is (187,228,134).

#bbe486 hex color red value is 187, green value is 228 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbe486 hue: 0.24 , saturation: 0.64 and the lightness value of bbe486 is 0.71.

The process color (four color CMYK) of #bbe486 color hex is 0.18, 0.00, 0.41, 0.11. Web safe color of #bbe486 is #cccc99. Color #bbe486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 10000110
Octal 273 344 206
Decimal 187 228 134
Hex BB E4 86

RGB Percentages of Color #bbe486

%34.06
%41.53
%24.41

CMYK Percentages of Color #bbe486

%18
%0
%41
%11

Triadic Colors of #bbe486

#bbe486 #86bbe4 #e486bb

Analogous Colors of #bbe486

#bbe486 #8ce486 #e4de86

Monochromatic Colors of #bbe486

#bbe486

Complementary Color

#bbe486 #af86e4

#bbe486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe486 Color CSS Codes

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

#bbe486 Text Font Color

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

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


#bbe486 Background Color

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

This div background color is #bbe486


#bbe486 Border Color

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

This div border color is #bbe486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe486


Comments

No comments written yet.

Please login to write comment.