Color Hex Logo

#6bdd8a Color Hex

#6BDD8A
(107,221,138)
0 Favorites   0 Comments

Color spaces of #6bdd8a

RGB 107221138
HSL0.380.630.64
HSV136°52°87°
CMYK 0.520.000.38   0.13
XYZ36.507356.673733.0597
Yxy56.67370.28920.4489
Hunter Lab75.2819-45.181426.6604
CIE-Lab79.9957-50.319831.0860

#6bdd8a color RGB value is (107,221,138).

#6bdd8a hex color red value is 107, green value is 221 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6bdd8a hue: 0.38 , saturation: 0.63 and the lightness value of 6bdd8a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 10001010
Octal 153 335 212
Decimal 107 221 138
Hex 6B DD 8A

RGB Percentages of Color #6bdd8a

%22.96
%47.42
%29.61

CMYK Percentages of Color #6bdd8a

%52
%0
%38
%13

Triadic Colors of #6bdd8a

#6bdd8a #8a6bdd #dd8a6b

Analogous Colors of #6bdd8a

#6bdd8a #6bddc3 #85dd6b

Monochromatic Colors of #6bdd8a

#6bdd8a

Complementary Color

#6bdd8a #dd6bbe

#6bdd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdd8a Color CSS Codes

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

#6bdd8a Text Font Color

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

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


#6bdd8a Background Color

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

This div background color is #6bdd8a


#6bdd8a Border Color

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

This div border color is #6bdd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdd8a


Comments

No comments written yet.

Please login to write comment.