Color Hex Logo

#bbed78 Color Hex

#BBED78
(187,237,120)
0 Favorites   0 Comments

Color spaces of #bbed78

RGB 187237120
HSL0.240.760.70
HSV86°49°93°
CMYK 0.210.000.49   0.07
XYZ54.167972.489228.9062
Yxy72.48920.34820.4660
Hunter Lab85.1406-35.431339.4688
CIE-Lab88.2035-34.608651.1207

#bbed78 color RGB value is (187,237,120).

#bbed78 hex color red value is 187, green value is 237 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbed78 hue: 0.24 , saturation: 0.76 and the lightness value of bbed78 is 0.70.

The process color (four color CMYK) of #bbed78 color hex is 0.21, 0.00, 0.49, 0.07. Web safe color of #bbed78 is #ccff66. Color #bbed78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01111000
Octal 273 355 170
Decimal 187 237 120
Hex BB ED 78

RGB Percentages of Color #bbed78

%34.38
%43.57
%22.06

CMYK Percentages of Color #bbed78

%21
%0
%49
%7

Triadic Colors of #bbed78

#bbed78 #78bbed #ed78bb

Analogous Colors of #bbed78

#bbed78 #81ed78 #ede578

Monochromatic Colors of #bbed78

#bbed78

Complementary Color

#bbed78 #aa78ed

#bbed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed78 Color CSS Codes

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

#bbed78 Text Font Color

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

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


#bbed78 Background Color

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

This div background color is #bbed78


#bbed78 Border Color

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

This div border color is #bbed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed78


Comments

No comments written yet.

Please login to write comment.