Color Hex Logo

#bbc774 Color Hex

#BBC774
(187,199,116)
0 Favorites   0 Comments

Color spaces of #bbc774

RGB 187199116
HSL0.190.430.62
HSV69°42°78°
CMYK 0.060.000.42   0.22
XYZ44.069352.672624.3671
Yxy52.67260.36390.4349
Hunter Lab72.5759-18.619630.8967
CIE-Lab77.6813-16.806240.0936

#bbc774 color RGB value is (187,199,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01110100
Octal 273 307 164
Decimal 187 199 116
Hex BB C7 74

RGB Percentages of Color #bbc774

%37.25
%39.64
%23.11

CMYK Percentages of Color #bbc774

%6
%0
%42
%22

Triadic Colors of #bbc774

#bbc774 #74bbc7 #c774bb

Analogous Colors of #bbc774

#bbc774 #92c774 #c7aa74

Monochromatic Colors of #bbc774

#bbc774

Complementary Color

#bbc774 #8074c7

#bbc774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc774 Color CSS Codes

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

#bbc774 Text Font Color

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

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


#bbc774 Background Color

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

This div background color is #bbc774


#bbc774 Border Color

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

This div border color is #bbc774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc774


Comments

No comments written yet.

Please login to write comment.