Color Hex Logo

#6ababa Color Hex

#6ABABA
(106,186,186)
0 Favorites   0 Comments

Color spaces of #6ababa

RGB 106186186
HSL0.500.370.57
HSV180°43°73°
CMYK 0.430.000.00   0.27
XYZ32.365741.727252.8027
Yxy41.72720.25510.3288
Hunter Lab64.5966-23.6078-3.2474
CIE-Lab70.6824-24.4757-7.6786

#6ababa color RGB value is (106,186,186).

#6ababa hex color red value is 106, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6ababa hue: 0.50 , saturation: 0.37 and the lightness value of 6ababa is 0.57.

The process color (four color CMYK) of #6ababa color hex is 0.43, 0.00, 0.00, 0.27. Web safe color of #6ababa is #66cccc. Color #6ababa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 10111010
Octal 152 272 272
Decimal 106 186 186
Hex 6A BA BA

RGB Percentages of Color #6ababa

%22.18
%38.91
%38.91

CMYK Percentages of Color #6ababa

%43
%0
%0
%27

Triadic Colors of #6ababa

#6ababa #ba6aba #baba6a

Analogous Colors of #6ababa

#6ababa #6a92ba #6aba92

Monochromatic Colors of #6ababa

#6ababa

Complementary Color

#6ababa #ba6a6a

#6ababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ababa Color CSS Codes

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

#6ababa Text Font Color

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

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


#6ababa Background Color

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

This div background color is #6ababa


#6ababa Border Color

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

This div border color is #6ababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ababa


Comments

No comments written yet.

Please login to write comment.