Color Hex Logo

#6fadaf Color Hex

#6FADAF
(111,173,175)
0 Favorites   0 Comments

Color spaces of #6fadaf

RGB 111173175
HSL0.510.290.56
HSV182°37°69°
CMYK 0.370.010.00   0.31
XYZ29.237036.361846.0350
Yxy36.36180.26190.3257
Hunter Lab60.3007-18.9800-3.0529
CIE-Lab66.7954-19.3554-7.3580

#6fadaf color RGB value is (111,173,175).

#6fadaf hex color red value is 111, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6fadaf hue: 0.51 , saturation: 0.29 and the lightness value of 6fadaf is 0.56.

The process color (four color CMYK) of #6fadaf color hex is 0.37, 0.01, 0.00, 0.31. Web safe color of #6fadaf is #669999. Color #6fadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 10101111
Octal 157 255 257
Decimal 111 173 175
Hex 6F AD AF

RGB Percentages of Color #6fadaf

%24.18
%37.69
%38.13

CMYK Percentages of Color #6fadaf

%37
%1
%0
%31

Triadic Colors of #6fadaf

#6fadaf #af6fad #adaf6f

Analogous Colors of #6fadaf

#6fadaf #6f8daf #6faf91

Monochromatic Colors of #6fadaf

#6fadaf

Complementary Color

#6fadaf #af716f

#6fadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadaf Color CSS Codes

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

#6fadaf Text Font Color

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

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


#6fadaf Background Color

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

This div background color is #6fadaf


#6fadaf Border Color

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

This div border color is #6fadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadaf


Comments

No comments written yet.

Please login to write comment.