Color Hex Logo

#6cabba Color Hex

#6CABBA
(108,171,186)
0 Favorites   0 Comments

Color spaces of #6cabba

RGB 108171186
HSL0.530.360.58
HSV192°42°73°
CMYK 0.420.080.00   0.27
XYZ29.610235.859151.8153
Yxy35.85910.25250.3057
Hunter Lab59.8825-16.5311-9.3849
CIE-Lab66.4121-16.2731-14.0556

#6cabba color RGB value is (108,171,186).

#6cabba hex color red value is 108, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6cabba hue: 0.53 , saturation: 0.36 and the lightness value of 6cabba is 0.58.

The process color (four color CMYK) of #6cabba color hex is 0.42, 0.08, 0.00, 0.27. Web safe color of #6cabba is #6699cc. Color #6cabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 10111010
Octal 154 253 272
Decimal 108 171 186
Hex 6C AB BA

RGB Percentages of Color #6cabba

%23.23
%36.77
%40.00

CMYK Percentages of Color #6cabba

%42
%8
%0
%27

Triadic Colors of #6cabba

#6cabba #ba6cab #abba6c

Analogous Colors of #6cabba

#6cabba #6c84ba #6cbaa2

Monochromatic Colors of #6cabba

#6cabba

Complementary Color

#6cabba #ba7b6c

#6cabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabba Color CSS Codes

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

#6cabba Text Font Color

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

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


#6cabba Background Color

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

This div background color is #6cabba


#6cabba Border Color

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

This div border color is #6cabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabba


Comments

No comments written yet.

Please login to write comment.