Color Hex Logo

#bbe278 Color Hex

#BBE278
(187,226,120)
0 Favorites   0 Comments

Color spaces of #bbe278

RGB 187226120
HSL0.230.650.68
HSV82°47°89°
CMYK 0.170.000.47   0.11
XYZ51.080066.313627.8769
Yxy66.31360.35160.4565
Hunter Lab81.4332-30.541636.7066
CIE-Lab85.1561-29.505047.4107

#bbe278 color RGB value is (187,226,120).

#bbe278 hex color red value is 187, green value is 226 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbe278 hue: 0.23 , saturation: 0.65 and the lightness value of bbe278 is 0.68.

The process color (four color CMYK) of #bbe278 color hex is 0.17, 0.00, 0.47, 0.11. Web safe color of #bbe278 is #cccc66. Color #bbe278 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01111000
Octal 273 342 170
Decimal 187 226 120
Hex BB E2 78

RGB Percentages of Color #bbe278

%35.08
%42.40
%22.51

CMYK Percentages of Color #bbe278

%17
%0
%47
%11

Triadic Colors of #bbe278

#bbe278 #78bbe2 #e278bb

Analogous Colors of #bbe278

#bbe278 #86e278 #e2d478

Monochromatic Colors of #bbe278

#bbe278

Complementary Color

#bbe278 #9f78e2

#bbe278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe278 Color CSS Codes

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

#bbe278 Text Font Color

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

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


#bbe278 Background Color

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

This div background color is #bbe278


#bbe278 Border Color

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

This div border color is #bbe278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe278


Comments

No comments written yet.

Please login to write comment.