Color Hex Logo

#bbc388 Color Hex

#BBC388
(187,195,136)
0 Favorites   0 Comments

Color spaces of #bbc388

RGB 187195136
HSL0.190.330.65
HSV68°30°76°
CMYK 0.040.000.30   0.24
XYZ44.452651.372630.8656
Yxy51.37260.35090.4055
Hunter Lab71.6747-14.725124.6400
CIE-Lab76.9042-12.337728.7979

#bbc388 color RGB value is (187,195,136).

#bbc388 hex color red value is 187, green value is 195 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bbc388 hue: 0.19 , saturation: 0.33 and the lightness value of bbc388 is 0.65.

The process color (four color CMYK) of #bbc388 color hex is 0.04, 0.00, 0.30, 0.24. Web safe color of #bbc388 is #cccc99. Color #bbc388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10001000
Octal 273 303 210
Decimal 187 195 136
Hex BB C3 88

RGB Percentages of Color #bbc388

%36.10
%37.64
%26.25

CMYK Percentages of Color #bbc388

%4
%0
%30
%24

Triadic Colors of #bbc388

#bbc388 #88bbc3 #c388bb

Analogous Colors of #bbc388

#bbc388 #9ec388 #c3ae88

Monochromatic Colors of #bbc388

#bbc388

Complementary Color

#bbc388 #9088c3

#bbc388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc388 Color CSS Codes

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

#bbc388 Text Font Color

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

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


#bbc388 Background Color

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

This div background color is #bbc388


#bbc388 Border Color

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

This div border color is #bbc388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc388


Comments

No comments written yet.

Please login to write comment.