Color Hex Logo

#6cb15f Color Hex

#6CB15F
(108,177,95)
0 Favorites   0 Comments

Color spaces of #6cb15f

RGB 10817795
HSL0.310.340.53
HSV110°46°69°
CMYK 0.390.000.46   0.31
XYZ23.972035.458616.4072
Yxy35.45860.31610.4676
Hunter Lab59.5471-32.348425.3466
CIE-Lab66.1042-37.990735.1312

#6cb15f color RGB value is (108,177,95).

#6cb15f hex color red value is 108, green value is 177 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6cb15f hue: 0.31 , saturation: 0.34 and the lightness value of 6cb15f is 0.53.

The process color (four color CMYK) of #6cb15f color hex is 0.39, 0.00, 0.46, 0.31. Web safe color of #6cb15f is #669966. Color #6cb15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110001 01011111
Octal 154 261 137
Decimal 108 177 95
Hex 6C B1 5F

RGB Percentages of Color #6cb15f

%28.42
%46.58
%25.00

CMYK Percentages of Color #6cb15f

%39
%0
%46
%31

Triadic Colors of #6cb15f

#6cb15f #5f6cb1 #b15f6c

Analogous Colors of #6cb15f

#6cb15f #5fb17b #95b15f

Monochromatic Colors of #6cb15f

#6cb15f

Complementary Color

#6cb15f #a45fb1

#6cb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb15f Color CSS Codes

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

#6cb15f Text Font Color

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

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


#6cb15f Background Color

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

This div background color is #6cb15f


#6cb15f Border Color

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

This div border color is #6cb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb15f


Comments

No comments written yet.

Please login to write comment.