Color Hex Logo

#6bdfba Color Hex

#6BDFBA
(107,223,186)
0 Favorites   0 Comments

Color spaces of #6bdfba

RGB 107223186
HSL0.450.640.65
HSV161°52°87°
CMYK 0.520.000.17   0.13
XYZ41.314059.446355.7512
Yxy59.44630.26400.3798
Hunter Lab77.1014-39.280111.0990
CIE-Lab81.5363-41.66198.1631

#6bdfba color RGB value is (107,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 10111010
Octal 153 337 272
Decimal 107 223 186
Hex 6B DF BA

RGB Percentages of Color #6bdfba

%20.74
%43.22
%36.05

CMYK Percentages of Color #6bdfba

%52
%0
%17
%13

Triadic Colors of #6bdfba

#6bdfba #ba6bdf #dfba6b

Analogous Colors of #6bdfba

#6bdfba #6bcadf #6bdf80

Monochromatic Colors of #6bdfba

#6bdfba

Complementary Color

#6bdfba #df6b90

#6bdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfba Color CSS Codes

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

#6bdfba Text Font Color

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

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


#6bdfba Background Color

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

This div background color is #6bdfba


#6bdfba Border Color

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

This div border color is #6bdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfba


Comments

No comments written yet.

Please login to write comment.