Color Hex Logo

#6bddab Color Hex

#6BDDAB
(107,221,171)
0 Favorites   0 Comments

Color spaces of #6bddab

RGB 107221171
HSL0.430.630.64
HSV154°52°87°
CMYK 0.520.000.23   0.13
XYZ39.270557.779047.6108
Yxy57.77900.27150.3994
Hunter Lab76.0125-40.803016.0722
CIE-Lab80.6158-44.044714.7766

#6bddab color RGB value is (107,221,171).

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

The process color (four color CMYK) of #6bddab color hex is 0.52, 0.00, 0.23, 0.13. Web safe color of #6bddab is #66cc99. Color #6bddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 10101011
Octal 153 335 253
Decimal 107 221 171
Hex 6B DD AB

RGB Percentages of Color #6bddab

%21.44
%44.29
%34.27

CMYK Percentages of Color #6bddab

%52
%0
%23
%13

Triadic Colors of #6bddab

#6bddab #ab6bdd #ddab6b

Analogous Colors of #6bddab

#6bddab #6bd6dd #6bdd72

Monochromatic Colors of #6bddab

#6bddab

Complementary Color

#6bddab #dd6b9d

#6bddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddab Color CSS Codes

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

#6bddab Text Font Color

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

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


#6bddab Background Color

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

This div background color is #6bddab


#6bddab Border Color

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

This div border color is #6bddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddab


Comments

No comments written yet.

Please login to write comment.