Color Hex Logo

#10bc3b Color Hex

#10BC3B
(16,188,59)
0 Favorites   0 Comments

Color spaces of #10bc3b

RGB 1618859
HSL0.380.840.40
HSV135°91°74°
CMYK 0.910.000.69   0.26
XYZ18.986336.392410.1614
Yxy36.39240.28970.5553
Hunter Lab60.3261-49.391832.2414
CIE-Lab66.8187-64.693752.0726

#10bc3b color RGB value is (16,188,59).

#10bc3b hex color red value is 16, green value is 188 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #10bc3b hue: 0.38 , saturation: 0.84 and the lightness value of 10bc3b is 0.40.

The process color (four color CMYK) of #10bc3b color hex is 0.91, 0.00, 0.69, 0.26. Web safe color of #10bc3b is #00cc33. Color #10bc3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111100 00111011
Octal 20 274 73
Decimal 16 188 59
Hex 10 BC 3B

RGB Percentages of Color #10bc3b

%6.08
%71.48
%22.43

CMYK Percentages of Color #10bc3b

%91
%0
%69
%26

Triadic Colors of #10bc3b

#10bc3b #3b10bc #bc3b10

Analogous Colors of #10bc3b

#10bc3b #10bc91 #3bbc10

Monochromatic Colors of #10bc3b

#10bc3b

Complementary Color

#10bc3b #bc1091

#10bc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bc3b Color CSS Codes

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

#10bc3b Text Font Color

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

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


#10bc3b Background Color

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

This div background color is #10bc3b


#10bc3b Border Color

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

This div border color is #10bc3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,188,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10bc3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10bc3b;
  -webkit-box-shadow: 1px 1px 3px 2px #10bc3b;
  box-shadow:         1px 1px 3px 2px #10bc3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bc3b


Comments

No comments written yet.

Please login to write comment.