Color Hex Logo

#6fcbad Color Hex

#6FCBAD
(111,203,173)
0 Favorites   0 Comments

Color spaces of #6fcbad

RGB 111203173
HSL0.450.470.62
HSV160°45°80°
CMYK 0.450.000.15   0.20
XYZ35.454349.108547.1454
Yxy49.10850.26920.3729
Hunter Lab70.0775-32.32709.1662
CIE-Lab75.5188-34.55136.4849

#6fcbad color RGB value is (111,203,173).

#6fcbad hex color red value is 111, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6fcbad hue: 0.45 , saturation: 0.47 and the lightness value of 6fcbad is 0.62.

The process color (four color CMYK) of #6fcbad color hex is 0.45, 0.00, 0.15, 0.20. Web safe color of #6fcbad is #66cc99. Color #6fcbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 10101101
Octal 157 313 255
Decimal 111 203 173
Hex 6F CB AD

RGB Percentages of Color #6fcbad

%22.79
%41.68
%35.52

CMYK Percentages of Color #6fcbad

%45
%0
%15
%20

Triadic Colors of #6fcbad

#6fcbad #ad6fcb #cbad6f

Analogous Colors of #6fcbad

#6fcbad #6fbbcb #6fcb7f

Monochromatic Colors of #6fcbad

#6fcbad

Complementary Color

#6fcbad #cb6f8d

#6fcbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbad Color CSS Codes

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

#6fcbad Text Font Color

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

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


#6fcbad Background Color

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

This div background color is #6fcbad


#6fcbad Border Color

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

This div border color is #6fcbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbad


Comments

No comments written yet.

Please login to write comment.