Color Hex Logo

#6dbfba Color Hex

#6DBFBA
(109,191,186)
0 Favorites   0 Comments

Color spaces of #6dbfba

RGB 109191186
HSL0.490.390.59
HSV176°43°75°
CMYK 0.430.000.03   0.25
XYZ33.800444.058053.1769
Yxy44.05800.25790.3362
Hunter Lab66.3762-25.2617-1.0365
CIE-Lab72.2672-26.2221-5.3165

#6dbfba color RGB value is (109,191,186).

#6dbfba hex color red value is 109, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6dbfba hue: 0.49 , saturation: 0.39 and the lightness value of 6dbfba is 0.59.

The process color (four color CMYK) of #6dbfba color hex is 0.43, 0.00, 0.03, 0.25. Web safe color of #6dbfba is #66cccc. Color #6dbfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 10111010
Octal 155 277 272
Decimal 109 191 186
Hex 6D BF BA

RGB Percentages of Color #6dbfba

%22.43
%39.30
%38.27

CMYK Percentages of Color #6dbfba

%43
%0
%3
%25

Triadic Colors of #6dbfba

#6dbfba #ba6dbf #bfba6d

Analogous Colors of #6dbfba

#6dbfba #6d9bbf #6dbf91

Monochromatic Colors of #6dbfba

#6dbfba

Complementary Color

#6dbfba #bf6d72

#6dbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfba Color CSS Codes

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

#6dbfba Text Font Color

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

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


#6dbfba Background Color

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

This div background color is #6dbfba


#6dbfba Border Color

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

This div border color is #6dbfba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,191,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 #6dbfba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfba


Comments

No comments written yet.

Please login to write comment.