Color Hex Logo

#6dbabf Color Hex

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

Color spaces of #6dbabf

RGB 109186191
HSL0.510.390.59
HSV184°43°75°
CMYK 0.430.030.00   0.25
XYZ33.269642.130655.6687
Yxy42.13060.25380.3214
Hunter Lab64.9081-22.0963-5.4147
CIE-Lab70.9609-22.4553-9.9915

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

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

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

Base Numbers

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

RGB Percentages of Color #6dbabf

%22.43
%38.27
%39.30

CMYK Percentages of Color #6dbabf

%43
%3
%0
%25

Triadic Colors of #6dbabf

#6dbabf #bf6dba #babf6d

Analogous Colors of #6dbabf

#6dbabf #6d91bf #6dbf9b

Monochromatic Colors of #6dbabf

#6dbabf

Complementary Color

#6dbabf #bf726d

#6dbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbabf Color CSS Codes

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

#6dbabf Text Font Color

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

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


#6dbabf Background Color

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

This div background color is #6dbabf


#6dbabf Border Color

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

This div border color is #6dbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbabf


Comments

No comments written yet.

Please login to write comment.