Color Hex Logo

#6bdabd Color Hex

#6BDABD
(107,218,189)
0 Favorites   0 Comments

Color spaces of #6bdabd

RGB 107218189
HSL0.460.600.64
HSV164°51°85°
CMYK 0.510.000.13   0.15
XYZ40.320156.942757.0101
Yxy56.94270.26140.3691
Hunter Lab75.4604-36.67938.0289
CIE-Lab80.1474-38.73704.5730

#6bdabd color RGB value is (107,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 10111101
Octal 153 332 275
Decimal 107 218 189
Hex 6B DA BD

RGB Percentages of Color #6bdabd

%20.82
%42.41
%36.77

CMYK Percentages of Color #6bdabd

%51
%0
%13
%15

Triadic Colors of #6bdabd

#6bdabd #bd6bda #dabd6b

Analogous Colors of #6bdabd

#6bdabd #6bc0da #6bda86

Monochromatic Colors of #6bdabd

#6bdabd

Complementary Color

#6bdabd #da6b88

#6bdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdabd Color CSS Codes

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

#6bdabd Text Font Color

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

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


#6bdabd Background Color

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

This div background color is #6bdabd


#6bdabd Border Color

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

This div border color is #6bdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdabd


Comments

No comments written yet.

Please login to write comment.