Color Hex Logo

#6aadb3 Color Hex

#6AADB3
(106,173,179)
0 Favorites   0 Comments

Color spaces of #6aadb3

RGB 106173179
HSL0.510.320.56
HSV185°41°70°
CMYK 0.410.030.00   0.30
XYZ29.024136.206048.1065
Yxy36.20600.25610.3195
Hunter Lab60.1714-19.1993-5.2818
CIE-Lab66.6770-19.6662-9.7808

#6aadb3 color RGB value is (106,173,179).

#6aadb3 hex color red value is 106, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #6aadb3 hue: 0.51 , saturation: 0.32 and the lightness value of 6aadb3 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 10110011
Octal 152 255 263
Decimal 106 173 179
Hex 6A AD B3

RGB Percentages of Color #6aadb3

%23.14
%37.77
%39.08

CMYK Percentages of Color #6aadb3

%41
%3
%0
%30

Triadic Colors of #6aadb3

#6aadb3 #b36aad #adb36a

Analogous Colors of #6aadb3

#6aadb3 #6a89b3 #6ab395

Monochromatic Colors of #6aadb3

#6aadb3

Complementary Color

#6aadb3 #b3706a

#6aadb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadb3 Color CSS Codes

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

#6aadb3 Text Font Color

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

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


#6aadb3 Background Color

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

This div background color is #6aadb3


#6aadb3 Border Color

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

This div border color is #6aadb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadb3


Comments

No comments written yet.

Please login to write comment.