Color Hex Logo

#6bdcaa Color Hex

#6BDCAA
(107,220,170)
0 Favorites   0 Comments

Color spaces of #6bdcaa

RGB 107220170
HSL0.430.620.64
HSV153°51°86°
CMYK 0.510.000.23   0.14
XYZ38.912357.214547.0228
Yxy57.21450.27180.3997
Hunter Lab75.6403-40.543116.0898
CIE-Lab80.3001-43.819714.8598

#6bdcaa color RGB value is (107,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 10101010
Octal 153 334 252
Decimal 107 220 170
Hex 6B DC AA

RGB Percentages of Color #6bdcaa

%21.53
%44.27
%34.21

CMYK Percentages of Color #6bdcaa

%51
%0
%23
%14

Triadic Colors of #6bdcaa

#6bdcaa #aa6bdc #dcaa6b

Analogous Colors of #6bdcaa

#6bdcaa #6bd6dc #6bdc72

Monochromatic Colors of #6bdcaa

#6bdcaa

Complementary Color

#6bdcaa #dc6b9d

#6bdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcaa Color CSS Codes

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

#6bdcaa Text Font Color

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

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


#6bdcaa Background Color

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

This div background color is #6bdcaa


#6bdcaa Border Color

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

This div border color is #6bdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcaa


Comments

No comments written yet.

Please login to write comment.