Color Hex Logo

#6cb90e Color Hex

#6CB90E
(108,185,14)
0 Favorites   0 Comments

Color spaces of #6cb90e

RGB 10818514
HSL0.240.860.39
HSV87°92°73°
CMYK 0.420.000.92   0.27
XYZ23.612637.91786.4898
Yxy37.91780.34710.5574
Hunter Lab61.5774-39.312636.8555
CIE-Lab67.9600-47.576766.6341

#6cb90e color RGB value is (108,185,14).

#6cb90e hex color red value is 108, green value is 185 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6cb90e hue: 0.24 , saturation: 0.86 and the lightness value of 6cb90e is 0.39.

The process color (four color CMYK) of #6cb90e color hex is 0.42, 0.00, 0.92, 0.27. Web safe color of #6cb90e is #66cc00. Color #6cb90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111001 00001110
Octal 154 271 16
Decimal 108 185 14
Hex 6C B9 E

RGB Percentages of Color #6cb90e

%35.18
%60.26
%4.56

CMYK Percentages of Color #6cb90e

%42
%0
%92
%27

Triadic Colors of #6cb90e

#6cb90e #0e6cb9 #b90e6c

Analogous Colors of #6cb90e

#6cb90e #16b90e #b9b10e

Monochromatic Colors of #6cb90e

#6cb90e

Complementary Color

#6cb90e #5b0eb9

#6cb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb90e Color CSS Codes

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

#6cb90e Text Font Color

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

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


#6cb90e Background Color

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

This div background color is #6cb90e


#6cb90e Border Color

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

This div border color is #6cb90e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,185,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cb90e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cb90e;
  -webkit-box-shadow: 1px 1px 3px 2px #6cb90e;
  box-shadow:         1px 1px 3px 2px #6cb90e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,185,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb90e


Comments

No comments written yet.

Please login to write comment.