Color Hex Logo

#6aadbe Color Hex

#6AADBE
(106,173,190)
0 Favorites   0 Comments

Color spaces of #6aadbe

RGB 106173190
HSL0.530.390.58
HSV192°44°75°
CMYK 0.440.090.00   0.25
XYZ30.181736.669054.2023
Yxy36.66900.24930.3029
Hunter Lab60.5549-17.0034-10.6816
CIE-Lab67.0280-16.7608-15.3556

#6aadbe color RGB value is (106,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 10111110
Octal 152 255 276
Decimal 106 173 190
Hex 6A AD BE

RGB Percentages of Color #6aadbe

%22.60
%36.89
%40.51

CMYK Percentages of Color #6aadbe

%44
%9
%0
%25

Triadic Colors of #6aadbe

#6aadbe #be6aad #adbe6a

Analogous Colors of #6aadbe

#6aadbe #6a83be #6abea5

Monochromatic Colors of #6aadbe

#6aadbe

Complementary Color

#6aadbe #be7b6a

#6aadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadbe Color CSS Codes

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

#6aadbe Text Font Color

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

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


#6aadbe Background Color

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

This div background color is #6aadbe


#6aadbe Border Color

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

This div border color is #6aadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadbe


Comments

No comments written yet.

Please login to write comment.