Color Hex Logo

#6aacbc Color Hex

#6AACBC
(106,172,188)
0 Favorites   0 Comments

Color spaces of #6aacbc

RGB 106172188
HSL0.530.380.58
HSV192°44°74°
CMYK 0.440.090.00   0.26
XYZ29.773536.200152.9950
Yxy36.20010.25030.3043
Hunter Lab60.1665-16.9604-10.1064
CIE-Lab66.6725-16.7736-14.7827

#6aacbc color RGB value is (106,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 10111100
Octal 152 254 274
Decimal 106 172 188
Hex 6A AC BC

RGB Percentages of Color #6aacbc

%22.75
%36.91
%40.34

CMYK Percentages of Color #6aacbc

%44
%9
%0
%26

Triadic Colors of #6aacbc

#6aacbc #bc6aac #acbc6a

Analogous Colors of #6aacbc

#6aacbc #6a83bc #6abca3

Monochromatic Colors of #6aacbc

#6aacbc

Complementary Color

#6aacbc #bc7a6a

#6aacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacbc Color CSS Codes

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

#6aacbc Text Font Color

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

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


#6aacbc Background Color

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

This div background color is #6aacbc


#6aacbc Border Color

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

This div border color is #6aacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacbc

#6aacbc Color Palettes


Comments

No comments written yet.

Please login to write comment.