Color Hex Logo

#6bdaab Color Hex

#6BDAAB
(107,218,171)
0 Favorites   0 Comments

Color spaces of #6bdaab

RGB 107218171
HSL0.430.600.64
HSV155°51°85°
CMYK 0.510.000.22   0.15
XYZ38.485556.208947.3491
Yxy56.20890.27090.3957
Hunter Lab74.9726-39.573115.0361
CIE-Lab79.7326-42.735913.5324

#6bdaab color RGB value is (107,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 10101011
Octal 153 332 253
Decimal 107 218 171
Hex 6B DA AB

RGB Percentages of Color #6bdaab

%21.57
%43.95
%34.48

CMYK Percentages of Color #6bdaab

%51
%0
%22
%15

Triadic Colors of #6bdaab

#6bdaab #ab6bda #daab6b

Analogous Colors of #6bdaab

#6bdaab #6bd2da #6bda74

Monochromatic Colors of #6bdaab

#6bdaab

Complementary Color

#6bdaab #da6b9a

#6bdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdaab Color CSS Codes

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

#6bdaab Text Font Color

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

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


#6bdaab Background Color

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

This div background color is #6bdaab


#6bdaab Border Color

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

This div border color is #6bdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdaab


Comments

No comments written yet.

Please login to write comment.