Color Hex Logo

#6dabba Color Hex

#6DABBA
(109,171,186)
0 Favorites   0 Comments

Color spaces of #6dabba

RGB 109171186
HSL0.530.360.58
HSV192°41°73°
CMYK 0.410.080.00   0.27
XYZ29.732535.922251.8210
Yxy35.92220.25310.3058
Hunter Lab59.9351-16.3366-9.3086
CIE-Lab66.4604-16.0153-13.9780

#6dabba color RGB value is (109,171,186).

#6dabba hex color red value is 109, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6dabba hue: 0.53 , saturation: 0.36 and the lightness value of 6dabba is 0.58.

The process color (four color CMYK) of #6dabba color hex is 0.41, 0.08, 0.00, 0.27. Web safe color of #6dabba is #6699cc. Color #6dabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 10111010
Octal 155 253 272
Decimal 109 171 186
Hex 6D AB BA

RGB Percentages of Color #6dabba

%23.39
%36.70
%39.91

CMYK Percentages of Color #6dabba

%41
%8
%0
%27

Triadic Colors of #6dabba

#6dabba #ba6dab #abba6d

Analogous Colors of #6dabba

#6dabba #6d85ba #6dbaa3

Monochromatic Colors of #6dabba

#6dabba

Complementary Color

#6dabba #ba7c6d

#6dabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabba Color CSS Codes

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

#6dabba Text Font Color

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

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


#6dabba Background Color

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

This div background color is #6dabba


#6dabba Border Color

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

This div border color is #6dabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabba


Comments

No comments written yet.

Please login to write comment.