Color Hex Logo

#6bdcbe Color Hex

#6BDCBE
(107,220,190)
0 Favorites   0 Comments

Color spaces of #6bdcbe

RGB 107220190
HSL0.460.620.64
HSV164°51°86°
CMYK 0.510.000.14   0.14
XYZ40.950958.029957.7578
Yxy58.02990.26130.3702
Hunter Lab76.1774-37.35368.3704
CIE-Lab80.7554-39.40894.9197

#6bdcbe color RGB value is (107,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 10111110
Octal 153 334 276
Decimal 107 220 190
Hex 6B DC BE

RGB Percentages of Color #6bdcbe

%20.70
%42.55
%36.75

CMYK Percentages of Color #6bdcbe

%51
%0
%14
%14

Triadic Colors of #6bdcbe

#6bdcbe #be6bdc #dcbe6b

Analogous Colors of #6bdcbe

#6bdcbe #6bc2dc #6bdc86

Monochromatic Colors of #6bdcbe

#6bdcbe

Complementary Color

#6bdcbe #dc6b89

#6bdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcbe Color CSS Codes

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

#6bdcbe Text Font Color

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

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


#6bdcbe Background Color

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

This div background color is #6bdcbe


#6bdcbe Border Color

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

This div border color is #6bdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcbe


Comments

No comments written yet.

Please login to write comment.