Color Hex Logo

#6cadbb Color Hex

#6CADBB
(108,173,187)
0 Favorites   0 Comments

Color spaces of #6cadbb

RGB 108173187
HSL0.530.370.58
HSV191°42°73°
CMYK 0.420.070.00   0.27
XYZ30.097636.663152.5041
Yxy36.66310.25240.3074
Hunter Lab60.5501-17.2357-9.0264
CIE-Lab67.0235-17.0587-13.6903

#6cadbb color RGB value is (108,173,187).

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

The process color (four color CMYK) of #6cadbb color hex is 0.42, 0.07, 0.00, 0.27. Web safe color of #6cadbb is #6699cc. Color #6cadbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 10111011
Octal 154 255 273
Decimal 108 173 187
Hex 6C AD BB

RGB Percentages of Color #6cadbb

%23.08
%36.97
%39.96

CMYK Percentages of Color #6cadbb

%42
%7
%0
%27

Triadic Colors of #6cadbb

#6cadbb #bb6cad #adbb6c

Analogous Colors of #6cadbb

#6cadbb #6c86bb #6cbba2

Monochromatic Colors of #6cadbb

#6cadbb

Complementary Color

#6cadbb #bb7a6c

#6cadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadbb Color CSS Codes

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

#6cadbb Text Font Color

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

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


#6cadbb Background Color

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

This div background color is #6cadbb


#6cadbb Border Color

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

This div border color is #6cadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadbb


Comments

No comments written yet.

Please login to write comment.