Color Hex Logo

#8ccb21 Color Hex

#8CCB21
(140,203,33)
0 Favorites   0 Comments

Color spaces of #8ccb21

RGB 14020333
HSL0.230.720.46
HSV82°84°80°
CMYK 0.310.000.84   0.20
XYZ32.445748.39719.0704
Yxy48.39710.36090.5383
Hunter Lab69.5680-38.493840.9673
CIE-Lab75.0747-43.120569.6775

#8ccb21 color RGB value is (140,203,33).

#8ccb21 hex color red value is 140, green value is 203 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8ccb21 hue: 0.23 , saturation: 0.72 and the lightness value of 8ccb21 is 0.46.

The process color (four color CMYK) of #8ccb21 color hex is 0.31, 0.00, 0.84, 0.20. Web safe color of #8ccb21 is #99cc33. Color #8ccb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 00100001
Octal 214 313 41
Decimal 140 203 33
Hex 8C CB 21

RGB Percentages of Color #8ccb21

%37.23
%53.99
%8.78

CMYK Percentages of Color #8ccb21

%31
%0
%84
%20

Triadic Colors of #8ccb21

#8ccb21 #218ccb #cb218c

Analogous Colors of #8ccb21

#8ccb21 #37cb21 #cbb521

Monochromatic Colors of #8ccb21

#8ccb21

Complementary Color

#8ccb21 #6021cb

#8ccb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccb21 Color CSS Codes

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

#8ccb21 Text Font Color

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

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


#8ccb21 Background Color

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

This div background color is #8ccb21


#8ccb21 Border Color

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

This div border color is #8ccb21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccb21


Comments

No comments written yet.

Please login to write comment.