Color Hex Logo

#6bcdaf Color Hex

#6BCDAF
(107,205,175)
0 Favorites   0 Comments

Color spaces of #6bcdaf

RGB 107205175
HSL0.450.490.61
HSV162°48°80°
CMYK 0.480.000.15   0.20
XYZ35.632649.883648.3079
Yxy49.88360.26630.3728
Hunter Lab70.6283-33.54488.8870
CIE-Lab75.9978-36.01356.0772

#6bcdaf color RGB value is (107,205,175).

#6bcdaf hex color red value is 107, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6bcdaf hue: 0.45 , saturation: 0.49 and the lightness value of 6bcdaf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 10101111
Octal 153 315 257
Decimal 107 205 175
Hex 6B CD AF

RGB Percentages of Color #6bcdaf

%21.97
%42.09
%35.93

CMYK Percentages of Color #6bcdaf

%48
%0
%15
%20

Triadic Colors of #6bcdaf

#6bcdaf #af6bcd #cdaf6b

Analogous Colors of #6bcdaf

#6bcdaf #6bbacd #6bcd7e

Monochromatic Colors of #6bcdaf

#6bcdaf

Complementary Color

#6bcdaf #cd6b89

#6bcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdaf Color CSS Codes

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

#6bcdaf Text Font Color

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

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


#6bcdaf Background Color

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

This div background color is #6bcdaf


#6bcdaf Border Color

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

This div border color is #6bcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdaf


Comments

No comments written yet.

Please login to write comment.