Color Hex Logo

#6abaca Color Hex

#6ABACA
(106,186,202)
0 Favorites   0 Comments

Color spaces of #6abaca

RGB 106186202
HSL0.530.480.60
HSV190°48°79°
CMYK 0.480.080.00   0.21
XYZ34.163442.446362.2695
Yxy42.44630.24600.3056
Hunter Lab65.1508-20.4132-11.0623
CIE-Lab71.1775-20.2615-15.7042

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

#6abaca hex color red value is 106, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6abaca hue: 0.53 , saturation: 0.48 and the lightness value of 6abaca is 0.60.

The process color (four color CMYK) of #6abaca color hex is 0.48, 0.08, 0.00, 0.21. Web safe color of #6abaca is #66cccc. Color #6abaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 11001010
Octal 152 272 312
Decimal 106 186 202
Hex 6A BA CA

RGB Percentages of Color #6abaca

%21.46
%37.65
%40.89

CMYK Percentages of Color #6abaca

%48
%8
%0
%21

Triadic Colors of #6abaca

#6abaca #ca6aba #baca6a

Analogous Colors of #6abaca

#6abaca #6a8aca #6acaaa

Monochromatic Colors of #6abaca

#6abaca

Complementary Color

#6abaca #ca7a6a

#6abaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abaca Color CSS Codes

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

#6abaca Text Font Color

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

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


#6abaca Background Color

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

This div background color is #6abaca


#6abaca Border Color

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

This div border color is #6abaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abaca


Comments

No comments written yet.

Please login to write comment.