Color Hex Logo

#6aadbd Color Hex

#6AADBD
(106,173,189)
0 Favorites   0 Comments

Color spaces of #6aadbd

RGB 106173189
HSL0.530.390.58
HSV192°44°74°
CMYK 0.440.080.00   0.26
XYZ30.072736.625453.6285
Yxy36.62540.24990.3044
Hunter Lab60.5189-17.2090-10.1763
CIE-Lab66.9950-17.0300-14.8511

#6aadbd color RGB value is (106,173,189).

#6aadbd hex color red value is 106, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6aadbd hue: 0.53 , saturation: 0.39 and the lightness value of 6aadbd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 10111101
Octal 152 255 275
Decimal 106 173 189
Hex 6A AD BD

RGB Percentages of Color #6aadbd

%22.65
%36.97
%40.38

CMYK Percentages of Color #6aadbd

%44
%8
%0
%26

Triadic Colors of #6aadbd

#6aadbd #bd6aad #adbd6a

Analogous Colors of #6aadbd

#6aadbd #6a84bd #6abda4

Monochromatic Colors of #6aadbd

#6aadbd

Complementary Color

#6aadbd #bd7a6a

#6aadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadbd Color CSS Codes

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

#6aadbd Text Font Color

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

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


#6aadbd Background Color

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

This div background color is #6aadbd


#6aadbd Border Color

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

This div border color is #6aadbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,173,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aadbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aadbd;
  -webkit-box-shadow: 1px 1px 3px 2px #6aadbd;
  box-shadow:         1px 1px 3px 2px #6aadbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,173,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadbd


Comments

No comments written yet.

Please login to write comment.