Color Hex Logo

#6bdbaf Color Hex

#6BDBAF
(107,219,175)
0 Favorites   0 Comments

Color spaces of #6bdbaf

RGB 107219175
HSL0.430.610.64
HSV156°51°86°
CMYK 0.510.000.20   0.14
XYZ39.132856.884049.4746
Yxy56.88400.26900.3910
Hunter Lab75.4215-39.372013.9023
CIE-Lab80.1143-42.319011.9564

#6bdbaf color RGB value is (107,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10101111
Octal 153 333 257
Decimal 107 219 175
Hex 6B DB AF

RGB Percentages of Color #6bdbaf

%21.36
%43.71
%34.93

CMYK Percentages of Color #6bdbaf

%51
%0
%20
%14

Triadic Colors of #6bdbaf

#6bdbaf #af6bdb #dbaf6b

Analogous Colors of #6bdbaf

#6bdbaf #6bcfdb #6bdb77

Monochromatic Colors of #6bdbaf

#6bdbaf

Complementary Color

#6bdbaf #db6b97

#6bdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbaf Color CSS Codes

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

#6bdbaf Text Font Color

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

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


#6bdbaf Background Color

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

This div background color is #6bdbaf


#6bdbaf Border Color

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

This div border color is #6bdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbaf


Comments

No comments written yet.

Please login to write comment.