Color Hex Logo

#bbc869 Color Hex

#BBC869
(187,200,105)
0 Favorites   0 Comments

Color spaces of #bbc869

RGB 187200105
HSL0.190.460.60
HSV68°48°78°
CMYK 0.070.000.48   0.22
XYZ43.697652.893321.2709
Yxy52.89330.37080.4488
Hunter Lab72.7278-20.024133.5687
CIE-Lab77.8120-18.460545.6965

#bbc869 color RGB value is (187,200,105).

#bbc869 hex color red value is 187, green value is 200 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bbc869 hue: 0.19 , saturation: 0.46 and the lightness value of bbc869 is 0.60.

The process color (four color CMYK) of #bbc869 color hex is 0.07, 0.00, 0.48, 0.22. Web safe color of #bbc869 is #cccc66. Color #bbc869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 01101001
Octal 273 310 151
Decimal 187 200 105
Hex BB C8 69

RGB Percentages of Color #bbc869

%38.01
%40.65
%21.34

CMYK Percentages of Color #bbc869

%7
%0
%48
%22

Triadic Colors of #bbc869

#bbc869 #69bbc8 #c869bb

Analogous Colors of #bbc869

#bbc869 #8cc869 #c8a669

Monochromatic Colors of #bbc869

#bbc869

Complementary Color

#bbc869 #7669c8

#bbc869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc869 Color CSS Codes

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

#bbc869 Text Font Color

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

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


#bbc869 Background Color

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

This div background color is #bbc869


#bbc869 Border Color

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

This div border color is #bbc869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc869


Comments

No comments written yet.

Please login to write comment.