Color Hex Logo

#6bdecb Color Hex

#6BDECB
(107,222,203)
0 Favorites   0 Comments

Color spaces of #6bdecb

RGB 107222203
HSL0.470.640.65
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ42.964259.680165.7549
Yxy59.68010.25510.3544
Hunter Lab77.2529-35.91983.6115
CIE-Lab81.6640-37.2352-0.6654

#6bdecb color RGB value is (107,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011110 11001011
Octal 153 336 313
Decimal 107 222 203
Hex 6B DE CB

RGB Percentages of Color #6bdecb

%20.11
%41.73
%38.16

CMYK Percentages of Color #6bdecb

%52
%0
%9
%13

Triadic Colors of #6bdecb

#6bdecb #cb6bde #decb6b

Analogous Colors of #6bdecb

#6bdecb #6bb8de #6bde92

Monochromatic Colors of #6bdecb

#6bdecb

Complementary Color

#6bdecb #de6b7e

#6bdecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdecb Color CSS Codes

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

#6bdecb Text Font Color

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

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


#6bdecb Background Color

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

This div background color is #6bdecb


#6bdecb Border Color

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

This div border color is #6bdecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdecb


Comments

No comments written yet.

Please login to write comment.