Color Hex Logo

#bbc770 Color Hex

#BBC770
(187,199,112)
0 Favorites   0 Comments

Color spaces of #bbc770

RGB 187199112
HSL0.190.440.61
HSV68°44°78°
CMYK 0.060.000.44   0.22
XYZ43.841652.581523.1678
Yxy52.58150.36660.4397
Hunter Lab72.5131-18.976431.8161
CIE-Lab77.6273-17.240942.0262

#bbc770 color RGB value is (187,199,112).

#bbc770 hex color red value is 187, green value is 199 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bbc770 hue: 0.19 , saturation: 0.44 and the lightness value of bbc770 is 0.61.

The process color (four color CMYK) of #bbc770 color hex is 0.06, 0.00, 0.44, 0.22. Web safe color of #bbc770 is #cccc66. Color #bbc770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01110000
Octal 273 307 160
Decimal 187 199 112
Hex BB C7 70

RGB Percentages of Color #bbc770

%37.55
%39.96
%22.49

CMYK Percentages of Color #bbc770

%6
%0
%44
%22

Triadic Colors of #bbc770

#bbc770 #70bbc7 #c770bb

Analogous Colors of #bbc770

#bbc770 #90c770 #c7a870

Monochromatic Colors of #bbc770

#bbc770

Complementary Color

#bbc770 #7c70c7

#bbc770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc770 Color CSS Codes

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

#bbc770 Text Font Color

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

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


#bbc770 Background Color

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

This div background color is #bbc770


#bbc770 Border Color

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

This div border color is #bbc770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc770


Comments

No comments written yet.

Please login to write comment.