Color Hex Logo

#6bdebb Color Hex

#6BDEBB
(107,222,187)
0 Favorites   0 Comments

Color spaces of #6bdebb

RGB 107222187
HSL0.450.640.65
HSV162°52°87°
CMYK 0.520.000.16   0.13
XYZ41.154358.956256.2243
Yxy58.95620.26320.3771
Hunter Lab76.7829-38.697310.3330
CIE-Lab81.2675-40.99207.2483

#6bdebb color RGB value is (107,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011110 10111011
Octal 153 336 273
Decimal 107 222 187
Hex 6B DE BB

RGB Percentages of Color #6bdebb

%20.74
%43.02
%36.24

CMYK Percentages of Color #6bdebb

%52
%0
%16
%13

Triadic Colors of #6bdebb

#6bdebb #bb6bde #debb6b

Analogous Colors of #6bdebb

#6bdebb #6bc8de #6bde82

Monochromatic Colors of #6bdebb

#6bdebb

Complementary Color

#6bdebb #de6b8e

#6bdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdebb Color CSS Codes

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

#6bdebb Text Font Color

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

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


#6bdebb Background Color

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

This div background color is #6bdebb


#6bdebb Border Color

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

This div border color is #6bdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdebb


Comments

No comments written yet.

Please login to write comment.