Color Hex Logo

#6cadbd Color Hex

#6CADBD
(108,173,189)
0 Favorites   0 Comments

Color spaces of #6cadbd

RGB 108173189
HSL0.530.380.58
HSV192°43°74°
CMYK 0.430.080.00   0.26
XYZ30.313236.749453.6398
Yxy36.74940.25110.3045
Hunter Lab60.6213-16.8297-10.0269
CIE-Lab67.0886-16.5274-14.7009

#6cadbd color RGB value is (108,173,189).

#6cadbd hex color red value is 108, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cadbd hue: 0.53 , saturation: 0.38 and the lightness value of 6cadbd is 0.58.

The process color (four color CMYK) of #6cadbd color hex is 0.43, 0.08, 0.00, 0.26. Web safe color of #6cadbd is #6699cc. Color #6cadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 10111101
Octal 154 255 275
Decimal 108 173 189
Hex 6C AD BD

RGB Percentages of Color #6cadbd

%22.98
%36.81
%40.21

CMYK Percentages of Color #6cadbd

%43
%8
%0
%26

Triadic Colors of #6cadbd

#6cadbd #bd6cad #adbd6c

Analogous Colors of #6cadbd

#6cadbd #6c85bd #6cbda5

Monochromatic Colors of #6cadbd

#6cadbd

Complementary Color

#6cadbd #bd7c6c

#6cadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadbd Color CSS Codes

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

#6cadbd Text Font Color

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

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


#6cadbd Background Color

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

This div background color is #6cadbd


#6cadbd Border Color

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

This div border color is #6cadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadbd


Comments

No comments written yet.

Please login to write comment.