Color Hex Logo

#6cb99b Color Hex

#6CB99B
(108,185,155)
0 Favorites   0 Comments

Color spaces of #6cb99b

RGB 108185155
HSL0.440.350.57
HSV157°42°73°
CMYK 0.420.000.16   0.27
XYZ29.449740.252637.2277
Yxy40.25260.27540.3764
Hunter Lab63.4449-28.17309.6218
CIE-Lab69.6491-30.83907.8199

#6cb99b color RGB value is (108,185,155).

#6cb99b hex color red value is 108, green value is 185 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #6cb99b hue: 0.44 , saturation: 0.35 and the lightness value of 6cb99b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111001 10011011
Octal 154 271 233
Decimal 108 185 155
Hex 6C B9 9B

RGB Percentages of Color #6cb99b

%24.11
%41.29
%34.60

CMYK Percentages of Color #6cb99b

%42
%0
%16
%27

Triadic Colors of #6cb99b

#6cb99b #9b6cb9 #b99b6c

Analogous Colors of #6cb99b

#6cb99b #6cb1b9 #6cb975

Monochromatic Colors of #6cb99b

#6cb99b

Complementary Color

#6cb99b #b96c8a

#6cb99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb99b Color CSS Codes

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

#6cb99b Text Font Color

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

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


#6cb99b Background Color

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

This div background color is #6cb99b


#6cb99b Border Color

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

This div border color is #6cb99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb99b


Comments

No comments written yet.

Please login to write comment.