Color Hex Logo

#6fabb9 Color Hex

#6FABB9
(111,171,185)
0 Favorites   0 Comments

Color spaces of #6fabb9

RGB 111171185
HSL0.530.350.58
HSV191°40°73°
CMYK 0.400.080.00   0.27
XYZ29.875436.008151.2746
Yxy36.00810.25500.3073
Hunter Lab60.0067-16.1425-8.6574
CIE-Lab66.5261-15.7555-13.3140

#6fabb9 color RGB value is (111,171,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 10111001
Octal 157 253 271
Decimal 111 171 185
Hex 6F AB B9

RGB Percentages of Color #6fabb9

%23.77
%36.62
%39.61

CMYK Percentages of Color #6fabb9

%40
%8
%0
%27

Triadic Colors of #6fabb9

#6fabb9 #b96fab #abb96f

Analogous Colors of #6fabb9

#6fabb9 #6f86b9 #6fb9a2

Monochromatic Colors of #6fabb9

#6fabb9

Complementary Color

#6fabb9 #b97d6f

#6fabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabb9 Color CSS Codes

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

#6fabb9 Text Font Color

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

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


#6fabb9 Background Color

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

This div background color is #6fabb9


#6fabb9 Border Color

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

This div border color is #6fabb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,171,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabb9


Comments

No comments written yet.

Please login to write comment.