Color Hex Logo

#6bd082 Color Hex

#6BD082
(107,208,130)
0 Favorites   0 Comments

Color spaces of #6bd082

RGB 107208130
HSL0.370.520.62
HSV134°49°82°
CMYK 0.490.000.38   0.18
XYZ32.648549.849329.0202
Yxy49.84930.29280.4470
Hunter Lab70.6040-41.015625.0530
CIE-Lab75.9767-46.281729.8711

#6bd082 color RGB value is (107,208,130).

#6bd082 hex color red value is 107, green value is 208 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #6bd082 hue: 0.37 , saturation: 0.52 and the lightness value of 6bd082 is 0.62.

The process color (four color CMYK) of #6bd082 color hex is 0.49, 0.00, 0.38, 0.18. Web safe color of #6bd082 is #66cc99. Color #6bd082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010000 10000010
Octal 153 320 202
Decimal 107 208 130
Hex 6B D0 82

RGB Percentages of Color #6bd082

%24.04
%46.74
%29.21

CMYK Percentages of Color #6bd082

%49
%0
%38
%18

Triadic Colors of #6bd082

#6bd082 #826bd0 #d0826b

Analogous Colors of #6bd082

#6bd082 #6bd0b5 #87d06b

Monochromatic Colors of #6bd082

#6bd082

Complementary Color

#6bd082 #d06bb9

#6bd082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd082 Color CSS Codes

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

#6bd082 Text Font Color

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

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


#6bd082 Background Color

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

This div background color is #6bd082


#6bd082 Border Color

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

This div border color is #6bd082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd082


Comments

No comments written yet.

Please login to write comment.