Color Hex Logo

#6fadbf Color Hex

#6FADBF
(111,173,191)
0 Favorites   0 Comments

Color spaces of #6fadbf

RGB 111173191
HSL0.540.380.59
HSV194°42°75°
CMYK 0.420.090.00   0.25
XYZ30.903137.028254.8086
Yxy37.02820.25180.3017
Hunter Lab60.8508-15.8376-10.8072
CIE-Lab67.2982-15.2291-15.4785

#6fadbf color RGB value is (111,173,191).

#6fadbf hex color red value is 111, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6fadbf hue: 0.54 , saturation: 0.38 and the lightness value of 6fadbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 10111111
Octal 157 255 277
Decimal 111 173 191
Hex 6F AD BF

RGB Percentages of Color #6fadbf

%23.37
%36.42
%40.21

CMYK Percentages of Color #6fadbf

%42
%9
%0
%25

Triadic Colors of #6fadbf

#6fadbf #bf6fad #adbf6f

Analogous Colors of #6fadbf

#6fadbf #6f85bf #6fbfa9

Monochromatic Colors of #6fadbf

#6fadbf

Complementary Color

#6fadbf #bf816f

#6fadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadbf Color CSS Codes

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

#6fadbf Text Font Color

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

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


#6fadbf Background Color

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

This div background color is #6fadbf


#6fadbf Border Color

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

This div border color is #6fadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadbf


Comments

No comments written yet.

Please login to write comment.