Color Hex Logo

#6bcaba Color Hex

#6BCABA
(107,202,186)
0 Favorites   0 Comments

Color spaces of #6bcaba

RGB 107202186
HSL0.470.470.61
HSV170°47°79°
CMYK 0.470.000.08   0.21
XYZ36.046948.912053.9955
Yxy48.91200.25940.3520
Hunter Lab69.9371-30.38773.1807
CIE-Lab75.3965-32.0301-0.7252

#6bcaba color RGB value is (107,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001010 10111010
Octal 153 312 272
Decimal 107 202 186
Hex 6B CA BA

RGB Percentages of Color #6bcaba

%21.62
%40.81
%37.58

CMYK Percentages of Color #6bcaba

%47
%0
%8
%21

Triadic Colors of #6bcaba

#6bcaba #ba6bca #caba6b

Analogous Colors of #6bcaba

#6bcaba #6babca #6bca8b

Monochromatic Colors of #6bcaba

#6bcaba

Complementary Color

#6bcaba #ca6b7b

#6bcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcaba Color CSS Codes

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

#6bcaba Text Font Color

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

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


#6bcaba Background Color

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

This div background color is #6bcaba


#6bcaba Border Color

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

This div border color is #6bcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcaba


Comments

No comments written yet.

Please login to write comment.