Color Hex Logo

#bbd875 Color Hex

#BBD875
(187,216,117)
0 Favorites   0 Comments

Color spaces of #bbd875

RGB 187216117
HSL0.220.560.65
HSV78°46°85°
CMYK 0.130.000.46   0.15
XYZ48.260360.960926.0527
Yxy60.96090.35680.4506
Hunter Lab78.0775-26.303334.8705
CIE-Lab82.3577-25.065045.4187

#bbd875 color RGB value is (187,216,117).

#bbd875 hex color red value is 187, green value is 216 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bbd875 hue: 0.22 , saturation: 0.56 and the lightness value of bbd875 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01110101
Octal 273 330 165
Decimal 187 216 117
Hex BB D8 75

RGB Percentages of Color #bbd875

%35.96
%41.54
%22.50

CMYK Percentages of Color #bbd875

%13
%0
%46
%15

Triadic Colors of #bbd875

#bbd875 #75bbd8 #d875bb

Analogous Colors of #bbd875

#bbd875 #8ad875 #d8c475

Monochromatic Colors of #bbd875

#bbd875

Complementary Color

#bbd875 #9275d8

#bbd875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd875 Color CSS Codes

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

#bbd875 Text Font Color

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

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


#bbd875 Background Color

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

This div background color is #bbd875


#bbd875 Border Color

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

This div border color is #bbd875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd875


Comments

No comments written yet.

Please login to write comment.