Color Hex Logo

#bbd868 Color Hex

#BBD868
(187,216,104)
0 Favorites   0 Comments

Color spaces of #bbd868

RGB 187216104
HSL0.210.590.63
HSV76°52°85°
CMYK 0.130.000.52   0.15
XYZ47.548160.676022.3023
Yxy60.67600.36430.4649
Hunter Lab77.8948-27.356937.5509
CIE-Lab82.2043-26.375551.4233

#bbd868 color RGB value is (187,216,104).

#bbd868 hex color red value is 187, green value is 216 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bbd868 hue: 0.21 , saturation: 0.59 and the lightness value of bbd868 is 0.63.

The process color (four color CMYK) of #bbd868 color hex is 0.13, 0.00, 0.52, 0.15. Web safe color of #bbd868 is #cccc66. Color #bbd868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01101000
Octal 273 330 150
Decimal 187 216 104
Hex BB D8 68

RGB Percentages of Color #bbd868

%36.88
%42.60
%20.51

CMYK Percentages of Color #bbd868

%13
%0
%52
%15

Triadic Colors of #bbd868

#bbd868 #68bbd8 #d868bb

Analogous Colors of #bbd868

#bbd868 #83d868 #d8bd68

Monochromatic Colors of #bbd868

#bbd868

Complementary Color

#bbd868 #8568d8

#bbd868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd868 Color CSS Codes

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

#bbd868 Text Font Color

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

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


#bbd868 Background Color

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

This div background color is #bbd868


#bbd868 Border Color

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

This div border color is #bbd868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd868

#bbd868 Color Palettes


Comments

No comments written yet.

Please login to write comment.