Color Hex Logo

#6bbe8b Color Hex

#6BBE8B
(107,190,139)
0 Favorites   0 Comments

Color spaces of #6bbe8b

RGB 107190139
HSL0.400.390.58
HSV143°44°75°
CMYK 0.440.000.27   0.25
XYZ29.137141.816830.9619
Yxy41.81680.28590.4103
Hunter Lab64.6659-32.737016.8782
CIE-Lab70.7444-36.761718.0412

#6bbe8b color RGB value is (107,190,139).

#6bbe8b hex color red value is 107, green value is 190 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6bbe8b hue: 0.40 , saturation: 0.39 and the lightness value of 6bbe8b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 10001011
Octal 153 276 213
Decimal 107 190 139
Hex 6B BE 8B

RGB Percentages of Color #6bbe8b

%24.54
%43.58
%31.88

CMYK Percentages of Color #6bbe8b

%44
%0
%27
%25

Triadic Colors of #6bbe8b

#6bbe8b #8b6bbe #be8b6b

Analogous Colors of #6bbe8b

#6bbe8b #6bbeb5 #75be6b

Monochromatic Colors of #6bbe8b

#6bbe8b

Complementary Color

#6bbe8b #be6b9e

#6bbe8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbe8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbe8b Color CSS Codes

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

#6bbe8b Text Font Color

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

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


#6bbe8b Background Color

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

This div background color is #6bbe8b


#6bbe8b Border Color

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

This div border color is #6bbe8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,190,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbe8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbe8b;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbe8b;
  box-shadow:         1px 1px 3px 2px #6bbe8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,190,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbe8b


Comments

No comments written yet.

Please login to write comment.