Color Hex Logo

#6cd0ba Color Hex

#6CD0BA
(108,208,186)
0 Favorites   0 Comments

Color spaces of #6cd0ba

RGB 108208186
HSL0.460.520.62
HSV167°48°82°
CMYK 0.480.000.11   0.18
XYZ37.603151.845154.4796
Yxy51.84510.26130.3602
Hunter Lab72.0035-32.78645.5422
CIE-Lab77.1881-34.61741.8920

#6cd0ba color RGB value is (108,208,186).

#6cd0ba hex color red value is 108, green value is 208 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6cd0ba hue: 0.46 , saturation: 0.52 and the lightness value of 6cd0ba is 0.62.

The process color (four color CMYK) of #6cd0ba color hex is 0.48, 0.00, 0.11, 0.18. Web safe color of #6cd0ba is #66cccc. Color #6cd0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11010000 10111010
Octal 154 320 272
Decimal 108 208 186
Hex 6C D0 BA

RGB Percentages of Color #6cd0ba

%21.51
%41.43
%37.05

CMYK Percentages of Color #6cd0ba

%48
%0
%11
%18

Triadic Colors of #6cd0ba

#6cd0ba #ba6cd0 #d0ba6c

Analogous Colors of #6cd0ba

#6cd0ba #6cb4d0 #6cd088

Monochromatic Colors of #6cd0ba

#6cd0ba

Complementary Color

#6cd0ba #d06c82

#6cd0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd0ba Color CSS Codes

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

#6cd0ba Text Font Color

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

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


#6cd0ba Background Color

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

This div background color is #6cd0ba


#6cd0ba Border Color

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

This div border color is #6cd0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd0ba


Comments

No comments written yet.

Please login to write comment.