Color Hex Logo

#8ccf20 Color Hex

#8CCF20
(140,207,32)
0 Favorites   0 Comments

Color spaces of #8ccf20

RGB 14020732
HSL0.230.730.47
HSV83°85°81°
CMYK 0.320.000.85   0.19
XYZ33.388850.30549.3166
Yxy50.30540.35900.5409
Hunter Lab70.9263-40.091541.8603
CIE-Lab76.2563-44.860270.9316

#8ccf20 color RGB value is (140,207,32).

#8ccf20 hex color red value is 140, green value is 207 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8ccf20 hue: 0.23 , saturation: 0.73 and the lightness value of 8ccf20 is 0.47.

The process color (four color CMYK) of #8ccf20 color hex is 0.32, 0.00, 0.85, 0.19. Web safe color of #8ccf20 is #99cc33. Color #8ccf20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 00100000
Octal 214 317 40
Decimal 140 207 32
Hex 8C CF 20

RGB Percentages of Color #8ccf20

%36.94
%54.62
%8.44

CMYK Percentages of Color #8ccf20

%32
%0
%85
%19

Triadic Colors of #8ccf20

#8ccf20 #208ccf #cf208c

Analogous Colors of #8ccf20

#8ccf20 #34cf20 #cfbb20

Monochromatic Colors of #8ccf20

#8ccf20

Complementary Color

#8ccf20 #6320cf

#8ccf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccf20 Color CSS Codes

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

#8ccf20 Text Font Color

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

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


#8ccf20 Background Color

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

This div background color is #8ccf20


#8ccf20 Border Color

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

This div border color is #8ccf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccf20


Comments

No comments written yet.

Please login to write comment.