Color Hex Logo

#6bcaaf Color Hex

#6BCAAF
(107,202,175)
0 Favorites   0 Comments

Color spaces of #6bcaaf

RGB 107202175
HSL0.450.470.61
HSV163°47°79°
CMYK 0.470.000.13   0.21
XYZ34.921848.462048.0710
Yxy48.46200.26570.3687
Hunter Lab69.6147-32.28217.7887
CIE-Lab75.1154-34.62364.8056

#6bcaaf color RGB value is (107,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 10101111
Octal 153 312 257
Decimal 107 202 175
Hex 6B CA AF

RGB Percentages of Color #6bcaaf

%22.11
%41.74
%36.16

CMYK Percentages of Color #6bcaaf

%47
%0
%13
%21

Triadic Colors of #6bcaaf

#6bcaaf #af6bca #caaf6b

Analogous Colors of #6bcaaf

#6bcaaf #6bb6ca #6bca80

Monochromatic Colors of #6bcaaf

#6bcaaf

Complementary Color

#6bcaaf #ca6b86

#6bcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcaaf Color CSS Codes

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

#6bcaaf Text Font Color

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

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


#6bcaaf Background Color

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

This div background color is #6bcaaf


#6bcaaf Border Color

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

This div border color is #6bcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcaaf


Comments

No comments written yet.

Please login to write comment.