Color Hex Logo

#6bdbb9 Color Hex

#6BDBB9
(107,219,185)
0 Favorites   0 Comments

Color spaces of #6bdbb9

RGB 107219185
HSL0.450.610.64
HSV162°51°86°
CMYK 0.510.000.16   0.14
XYZ40.151957.291654.8411
Yxy57.29160.26370.3762
Hunter Lab75.6912-37.770810.0260
CIE-Lab80.3433-40.10496.9816

#6bdbb9 color RGB value is (107,219,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10111001
Octal 153 333 271
Decimal 107 219 185
Hex 6B DB B9

RGB Percentages of Color #6bdbb9

%20.94
%42.86
%36.20

CMYK Percentages of Color #6bdbb9

%51
%0
%16
%14

Triadic Colors of #6bdbb9

#6bdbb9 #b96bdb #dbb96b

Analogous Colors of #6bdbb9

#6bdbb9 #6bc5db #6bdb81

Monochromatic Colors of #6bdbb9

#6bdbb9

Complementary Color

#6bdbb9 #db6b8d

#6bdbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbb9 Color CSS Codes

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

#6bdbb9 Text Font Color

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

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


#6bdbb9 Background Color

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

This div background color is #6bdbb9


#6bdbb9 Border Color

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

This div border color is #6bdbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbb9


Comments

No comments written yet.

Please login to write comment.