Color Hex Logo

#6bcabf Color Hex

#6BCABF
(107,202,191)
0 Favorites   0 Comments

Color spaces of #6bcabf

RGB 107202191
HSL0.480.470.61
HSV173°47°79°
CMYK 0.470.000.05   0.21
XYZ36.587949.128456.8446
Yxy49.12840.25660.3446
Hunter Lab70.0917-29.48330.9797
CIE-Lab75.5311-30.8087-3.2299

#6bcabf color RGB value is (107,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 10111111
Octal 153 312 277
Decimal 107 202 191
Hex 6B CA BF

RGB Percentages of Color #6bcabf

%21.40
%40.40
%38.20

CMYK Percentages of Color #6bcabf

%47
%0
%5
%21

Triadic Colors of #6bcabf

#6bcabf #bf6bca #cabf6b

Analogous Colors of #6bcabf

#6bcabf #6ba6ca #6bca90

Monochromatic Colors of #6bcabf

#6bcabf

Complementary Color

#6bcabf #ca6b76

#6bcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcabf Color CSS Codes

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

#6bcabf Text Font Color

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

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


#6bcabf Background Color

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

This div background color is #6bcabf


#6bcabf Border Color

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

This div border color is #6bcabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,202,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcabf


Comments

No comments written yet.

Please login to write comment.