Color Hex Logo

#bbed76 Color Hex

#BBED76
(187,237,118)
0 Favorites   0 Comments

Color spaces of #bbed76

RGB 187237118
HSL0.240.770.70
HSV85°50°93°
CMYK 0.210.000.50   0.07
XYZ54.047772.441228.2735
Yxy72.44120.34920.4681
Hunter Lab85.1124-35.596439.8831
CIE-Lab88.1805-34.816352.0258

#bbed76 color RGB value is (187,237,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01110110
Octal 273 355 166
Decimal 187 237 118
Hex BB ED 76

RGB Percentages of Color #bbed76

%34.50
%43.73
%21.77

CMYK Percentages of Color #bbed76

%21
%0
%50
%7

Triadic Colors of #bbed76

#bbed76 #76bbed #ed76bb

Analogous Colors of #bbed76

#bbed76 #80ed76 #ede476

Monochromatic Colors of #bbed76

#bbed76

Complementary Color

#bbed76 #a876ed

#bbed76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed76 Color CSS Codes

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

#bbed76 Text Font Color

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

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


#bbed76 Background Color

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

This div background color is #bbed76


#bbed76 Border Color

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

This div border color is #bbed76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed76


Comments

No comments written yet.

Please login to write comment.