Color Hex Logo

#6bdbbf Color Hex

#6BDBBF
(107,219,191)
0 Favorites   0 Comments

Color spaces of #6bdbbf

RGB 107219191
HSL0.460.610.64
HSV165°51°86°
CMYK 0.510.000.13   0.14
XYZ40.798957.550458.2482
Yxy57.55040.26050.3675
Hunter Lab75.8620-36.76047.5795
CIE-Lab80.4882-38.72484.0020

#6bdbbf color RGB value is (107,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 10111111
Octal 153 333 277
Decimal 107 219 191
Hex 6B DB BF

RGB Percentages of Color #6bdbbf

%20.70
%42.36
%36.94

CMYK Percentages of Color #6bdbbf

%51
%0
%13
%14

Triadic Colors of #6bdbbf

#6bdbbf #bf6bdb #dbbf6b

Analogous Colors of #6bdbbf

#6bdbbf #6bbfdb #6bdb87

Monochromatic Colors of #6bdbbf

#6bdbbf

Complementary Color

#6bdbbf #db6b87

#6bdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbbf Color CSS Codes

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

#6bdbbf Text Font Color

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

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


#6bdbbf Background Color

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

This div background color is #6bdbbf


#6bdbbf Border Color

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

This div border color is #6bdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbbf


Comments

No comments written yet.

Please login to write comment.