Color Hex Logo

#bbc102 Color Hex

#BBC102
(187,193,2)
0 Favorites   0 Comments

Color spaces of #bbc102

RGB 1871932
HSL0.170.980.38
HSV62°99°76°
CMYK 0.030.000.99   0.24
XYZ39.574448.70917.3734
Yxy48.70910.41370.5092
Hunter Lab69.7919-20.920242.5904
CIE-Lab75.2700-20.044475.8417

#bbc102 color RGB value is (187,193,2).

#bbc102 hex color red value is 187, green value is 193 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bbc102 hue: 0.17 , saturation: 0.98 and the lightness value of bbc102 is 0.38.

The process color (four color CMYK) of #bbc102 color hex is 0.03, 0.00, 0.99, 0.24. Web safe color of #bbc102 is #cccc00. Color #bbc102 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 00000010
Octal 273 301 2
Decimal 187 193 2
Hex BB C1 2

RGB Percentages of Color #bbc102

%48.95
%50.52
%0.52

CMYK Percentages of Color #bbc102

%3
%0
%99
%24

Triadic Colors of #bbc102

#bbc102 #02bbc1 #c102bb

Analogous Colors of #bbc102

#bbc102 #5cc102 #c16802

Monochromatic Colors of #bbc102

#bbc102

Complementary Color

#bbc102 #0802c1

#bbc102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc102 Color CSS Codes

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

#bbc102 Text Font Color

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

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


#bbc102 Background Color

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

This div background color is #bbc102


#bbc102 Border Color

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

This div border color is #bbc102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc102


Comments

No comments written yet.

Please login to write comment.