Color Hex Logo

#6bdabe Color Hex

#6BDABE
(107,218,190)
0 Favorites   0 Comments

Color spaces of #6bdabe

RGB 107218190
HSL0.460.600.64
HSV165°51°85°
CMYK 0.510.000.13   0.15
XYZ40.429156.986357.5838
Yxy56.98630.26080.3677
Hunter Lab75.4893-36.50867.6156
CIE-Lab80.1719-38.50454.0763

#6bdabe color RGB value is (107,218,190).

#6bdabe hex color red value is 107, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6bdabe hue: 0.46 , saturation: 0.60 and the lightness value of 6bdabe is 0.64.

The process color (four color CMYK) of #6bdabe color hex is 0.51, 0.00, 0.13, 0.15. Web safe color of #6bdabe is #66cccc. Color #6bdabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 10111110
Octal 153 332 276
Decimal 107 218 190
Hex 6B DA BE

RGB Percentages of Color #6bdabe

%20.78
%42.33
%36.89

CMYK Percentages of Color #6bdabe

%51
%0
%13
%15

Triadic Colors of #6bdabe

#6bdabe #be6bda #dabe6b

Analogous Colors of #6bdabe

#6bdabe #6bbfda #6bda87

Monochromatic Colors of #6bdabe

#6bdabe

Complementary Color

#6bdabe #da6b87

#6bdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdabe Color CSS Codes

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

#6bdabe Text Font Color

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

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


#6bdabe Background Color

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

This div background color is #6bdabe


#6bdabe Border Color

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

This div border color is #6bdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdabe


Comments

No comments written yet.

Please login to write comment.