Color Hex Logo

#6dfcba Color Hex

#6DFCBA
(109,252,186)
0 Favorites   0 Comments

Color spaces of #6dfcba

RGB 109252186
HSL0.420.960.71
HSV152°57°99°
CMYK 0.570.000.26   0.01
XYZ49.980076.417258.5701
Yxy76.41720.27020.4131
Hunter Lab87.4169-50.923521.4670
CIE-Lab90.0527-53.550220.1940

#6dfcba color RGB value is (109,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 10111010
Octal 155 374 272
Decimal 109 252 186
Hex 6D FC BA

RGB Percentages of Color #6dfcba

%19.93
%46.07
%34.00

CMYK Percentages of Color #6dfcba

%57
%0
%26
%1

Triadic Colors of #6dfcba

#6dfcba #ba6dfc #fcba6d

Analogous Colors of #6dfcba

#6dfcba #6df7fc #6dfc73

Monochromatic Colors of #6dfcba

#6dfcba

Complementary Color

#6dfcba #fc6daf

#6dfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfcba Color CSS Codes

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

#6dfcba Text Font Color

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

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


#6dfcba Background Color

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

This div background color is #6dfcba


#6dfcba Border Color

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

This div border color is #6dfcba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,252,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 #6dfcba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfcba


Comments

No comments written yet.

Please login to write comment.