Color Hex Logo

#6dfdba Color Hex

#6DFDBA
(109,253,186)
0 Favorites   0 Comments

Color spaces of #6dfdba

RGB 109253186
HSL0.420.970.71
HSV152°57°99°
CMYK 0.570.000.26   0.01
XYZ50.294977.046958.6751
Yxy77.04690.27040.4142
Hunter Lab87.7764-51.330121.8104
CIE-Lab90.3432-53.956620.5977

#6dfdba color RGB value is (109,253,186).

#6dfdba hex color red value is 109, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6dfdba hue: 0.42 , saturation: 0.97 and the lightness value of 6dfdba is 0.71.

The process color (four color CMYK) of #6dfdba color hex is 0.57, 0.00, 0.26, 0.01. Web safe color of #6dfdba is #66ffcc. Color #6dfdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111101 10111010
Octal 155 375 272
Decimal 109 253 186
Hex 6D FD BA

RGB Percentages of Color #6dfdba

%19.89
%46.17
%33.94

CMYK Percentages of Color #6dfdba

%57
%0
%26
%1

Triadic Colors of #6dfdba

#6dfdba #ba6dfd #fdba6d

Analogous Colors of #6dfdba

#6dfdba #6df8fd #6dfd72

Monochromatic Colors of #6dfdba

#6dfdba

Complementary Color

#6dfdba #fd6db0

#6dfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfdba Color CSS Codes

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

#6dfdba Text Font Color

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

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


#6dfdba Background Color

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

This div background color is #6dfdba


#6dfdba Border Color

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

This div border color is #6dfdba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,253,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dfdba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dfdba;
  -webkit-box-shadow: 1px 1px 3px 2px #6dfdba;
  box-shadow:         1px 1px 3px 2px #6dfdba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,253,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfdba

Related Colors


Comments

No comments written yet.

Please login to write comment.