Color Hex Logo

#bbc683 Color Hex

#BBC683
(187,198,131)
0 Favorites   0 Comments

Color spaces of #bbc683

RGB 187198131
HSL0.190.370.65
HSV70°34°78°
CMYK 0.060.000.34   0.22
XYZ44.784352.591729.2635
Yxy52.59170.35360.4153
Hunter Lab72.5201-16.678826.8393
CIE-Lab77.6333-14.517632.3687

#bbc683 color RGB value is (187,198,131).

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

The process color (four color CMYK) of #bbc683 color hex is 0.06, 0.00, 0.34, 0.22. Web safe color of #bbc683 is #cccc99. Color #bbc683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 10000011
Octal 273 306 203
Decimal 187 198 131
Hex BB C6 83

RGB Percentages of Color #bbc683

%36.24
%38.37
%25.39

CMYK Percentages of Color #bbc683

%6
%0
%34
%22

Triadic Colors of #bbc683

#bbc683 #83bbc6 #c683bb

Analogous Colors of #bbc683

#bbc683 #9ac683 #c6b083

Monochromatic Colors of #bbc683

#bbc683

Complementary Color

#bbc683 #8e83c6

#bbc683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc683 Color CSS Codes

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

#bbc683 Text Font Color

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

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


#bbc683 Background Color

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

This div background color is #bbc683


#bbc683 Border Color

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

This div border color is #bbc683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc683


Comments

No comments written yet.

Please login to write comment.