Color Hex Logo

#6cadbc Color Hex

#6CADBC
(108,173,188)
0 Favorites   0 Comments

Color spaces of #6cadbc

RGB 108173188
HSL0.530.370.58
HSV191°43°74°
CMYK 0.430.080.00   0.26
XYZ30.205036.706153.0700
Yxy36.70610.25170.3059
Hunter Lab60.5856-17.0333-9.5253
CIE-Lab67.0559-16.7937-14.1958

#6cadbc color RGB value is (108,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 10111100
Octal 154 255 274
Decimal 108 173 188
Hex 6C AD BC

RGB Percentages of Color #6cadbc

%23.03
%36.89
%40.09

CMYK Percentages of Color #6cadbc

%43
%8
%0
%26

Triadic Colors of #6cadbc

#6cadbc #bc6cad #adbc6c

Analogous Colors of #6cadbc

#6cadbc #6c85bc #6cbca3

Monochromatic Colors of #6cadbc

#6cadbc

Complementary Color

#6cadbc #bc7b6c

#6cadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadbc Color CSS Codes

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

#6cadbc Text Font Color

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

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


#6cadbc Background Color

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

This div background color is #6cadbc


#6cadbc Border Color

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

This div border color is #6cadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadbc


Comments

No comments written yet.

Please login to write comment.