Color Hex Logo

#bbc777 Color Hex

#BBC777
(187,199,119)
0 Favorites   0 Comments

Color spaces of #bbc777

RGB 187199119
HSL0.190.420.62
HSV69°40°78°
CMYK 0.060.000.40   0.22
XYZ44.246752.743625.3012
Yxy52.74360.36180.4313
Hunter Lab72.6248-18.342130.1818
CIE-Lab77.7234-16.468938.6340

#bbc777 color RGB value is (187,199,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01110111
Octal 273 307 167
Decimal 187 199 119
Hex BB C7 77

RGB Percentages of Color #bbc777

%37.03
%39.41
%23.56

CMYK Percentages of Color #bbc777

%6
%0
%40
%22

Triadic Colors of #bbc777

#bbc777 #77bbc7 #c777bb

Analogous Colors of #bbc777

#bbc777 #93c777 #c7ab77

Monochromatic Colors of #bbc777

#bbc777

Complementary Color

#bbc777 #8377c7

#bbc777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc777 Color CSS Codes

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

#bbc777 Text Font Color

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

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


#bbc777 Background Color

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

This div background color is #bbc777


#bbc777 Border Color

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

This div border color is #bbc777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc777


Comments

No comments written yet.

Please login to write comment.