Color Hex Logo

#6fabba Color Hex

#6FABBA
(111,171,186)
0 Favorites   0 Comments

Color spaces of #6fabba

RGB 111171186
HSL0.530.350.58
HSV192°40°73°
CMYK 0.400.080.00   0.27
XYZ29.981436.050551.8326
Yxy36.05050.25440.3059
Hunter Lab60.0421-15.9414-9.1539
CIE-Lab66.5585-15.4935-13.8206

#6fabba color RGB value is (111,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 10111010
Octal 157 253 272
Decimal 111 171 186
Hex 6F AB BA

RGB Percentages of Color #6fabba

%23.72
%36.54
%39.74

CMYK Percentages of Color #6fabba

%40
%8
%0
%27

Triadic Colors of #6fabba

#6fabba #ba6fab #abba6f

Analogous Colors of #6fabba

#6fabba #6f86ba #6fbaa4

Monochromatic Colors of #6fabba

#6fabba

Complementary Color

#6fabba #ba7e6f

#6fabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabba Color CSS Codes

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

#6fabba Text Font Color

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

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


#6fabba Background Color

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

This div background color is #6fabba


#6fabba Border Color

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

This div border color is #6fabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabba


Comments

No comments written yet.

Please login to write comment.