Color Hex Logo

#b6cc10 Color Hex

#B6CC10
(182,204,16)
0 Favorites   0 Comments

Color spaces of #b6cc10

RGB 18220416
HSL0.190.850.43
HSV67°92°80°
CMYK 0.110.000.92   0.20
XYZ40.977853.16828.5929
Yxy53.16820.39890.5175
Hunter Lab72.9165-27.290144.0545
CIE-Lab77.9742-27.338276.2371

#b6cc10 color RGB value is (182,204,16).

#b6cc10 hex color red value is 182, green value is 204 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b6cc10 hue: 0.19 , saturation: 0.85 and the lightness value of b6cc10 is 0.43.

The process color (four color CMYK) of #b6cc10 color hex is 0.11, 0.00, 0.92, 0.20. Web safe color of #b6cc10 is #cccc00. Color #b6cc10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 00010000
Octal 266 314 20
Decimal 182 204 16
Hex B6 CC 10

RGB Percentages of Color #b6cc10

%45.27
%50.75
%3.98

CMYK Percentages of Color #b6cc10

%11
%0
%92
%20

Triadic Colors of #b6cc10

#b6cc10 #10b6cc #cc10b6

Analogous Colors of #b6cc10

#b6cc10 #58cc10 #cc8410

Monochromatic Colors of #b6cc10

#b6cc10

Complementary Color

#b6cc10 #2610cc

#b6cc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cc10 Color CSS Codes

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

#b6cc10 Text Font Color

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

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


#b6cc10 Background Color

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

This div background color is #b6cc10


#b6cc10 Border Color

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

This div border color is #b6cc10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,204,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6cc10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6cc10;
  -webkit-box-shadow: 1px 1px 3px 2px #b6cc10;
  box-shadow:         1px 1px 3px 2px #b6cc10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cc10


Comments

No comments written yet.

Please login to write comment.