Color Hex Logo

#8cbb11 Color Hex

#8CBB11
(140,187,17)
0 Favorites   0 Comments

Color spaces of #8cbb11

RGB 14018717
HSL0.210.830.40
HSV77°91°73°
CMYK 0.250.000.91   0.27
XYZ28.686741.15666.9624
Yxy41.15660.37350.5359
Hunter Lab64.1534-32.450838.4728
CIE-Lab70.2855-36.529868.7915

#8cbb11 color RGB value is (140,187,17).

#8cbb11 hex color red value is 140, green value is 187 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #8cbb11 hue: 0.21 , saturation: 0.83 and the lightness value of 8cbb11 is 0.40.

The process color (four color CMYK) of #8cbb11 color hex is 0.25, 0.00, 0.91, 0.27. Web safe color of #8cbb11 is #99cc00. Color #8cbb11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 00010001
Octal 214 273 21
Decimal 140 187 17
Hex 8C BB 11

RGB Percentages of Color #8cbb11

%40.70
%54.36
%4.94

CMYK Percentages of Color #8cbb11

%25
%0
%91
%27

Triadic Colors of #8cbb11

#8cbb11 #118cbb #bb118c

Analogous Colors of #8cbb11

#8cbb11 #37bb11 #bb9511

Monochromatic Colors of #8cbb11

#8cbb11

Complementary Color

#8cbb11 #4011bb

#8cbb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbb11 Color CSS Codes

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

#8cbb11 Text Font Color

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

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


#8cbb11 Background Color

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

This div background color is #8cbb11


#8cbb11 Border Color

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

This div border color is #8cbb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbb11


Comments

No comments written yet.

Please login to write comment.