Color Hex Logo

#6cc8bd Color Hex

#6CC8BD
(108,200,189)
0 Favorites   0 Comments

Color spaces of #6cc8bd

RGB 108200189
HSL0.480.460.60
HSV173°46°78°
CMYK 0.460.000.05   0.22
XYZ36.023948.170855.5434
Yxy48.17080.25780.3447
Hunter Lab69.4052-28.81091.1352
CIE-Lab74.9325-30.1071-3.0237

#6cc8bd color RGB value is (108,200,189).

#6cc8bd hex color red value is 108, green value is 200 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cc8bd hue: 0.48 , saturation: 0.46 and the lightness value of 6cc8bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001000 10111101
Octal 154 310 275
Decimal 108 200 189
Hex 6C C8 BD

RGB Percentages of Color #6cc8bd

%21.73
%40.24
%38.03

CMYK Percentages of Color #6cc8bd

%46
%0
%5
%22

Triadic Colors of #6cc8bd

#6cc8bd #bd6cc8 #c8bd6c

Analogous Colors of #6cc8bd

#6cc8bd #6ca5c8 #6cc88f

Monochromatic Colors of #6cc8bd

#6cc8bd

Complementary Color

#6cc8bd #c86c77

#6cc8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cc8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cc8bd Color CSS Codes

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

#6cc8bd Text Font Color

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

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


#6cc8bd Background Color

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

This div background color is #6cc8bd


#6cc8bd Border Color

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

This div border color is #6cc8bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,200,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cc8bd


Comments

No comments written yet.

Please login to write comment.