Color Hex Logo

#6fdfaf Color Hex

#6FDFAF
(111,223,175)
0 Favorites   0 Comments

Color spaces of #6fdfaf

RGB 111223175
HSL0.430.640.65
HSV154°50°87°
CMYK 0.500.000.22   0.13
XYZ40.681159.250049.8497
Yxy59.25000.27160.3956
Hunter Lab76.9740-40.366515.4846
CIE-Lab81.4288-43.142713.8352

#6fdfaf color RGB value is (111,223,175).

#6fdfaf hex color red value is 111, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6fdfaf hue: 0.43 , saturation: 0.64 and the lightness value of 6fdfaf is 0.65.

The process color (four color CMYK) of #6fdfaf color hex is 0.50, 0.00, 0.22, 0.13. Web safe color of #6fdfaf is #66cc99. Color #6fdfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 10101111
Octal 157 337 257
Decimal 111 223 175
Hex 6F DF AF

RGB Percentages of Color #6fdfaf

%21.81
%43.81
%34.38

CMYK Percentages of Color #6fdfaf

%50
%0
%22
%13

Triadic Colors of #6fdfaf

#6fdfaf #af6fdf #dfaf6f

Analogous Colors of #6fdfaf

#6fdfaf #6fd7df #6fdf77

Monochromatic Colors of #6fdfaf

#6fdfaf

Complementary Color

#6fdfaf #df6f9f

#6fdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfaf Color CSS Codes

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

#6fdfaf Text Font Color

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

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


#6fdfaf Background Color

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

This div background color is #6fdfaf


#6fdfaf Border Color

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

This div border color is #6fdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfaf


Comments

No comments written yet.

Please login to write comment.