Color Hex Logo

#6cadaf Color Hex

#6CADAF
(108,173,175)
0 Favorites   0 Comments

Color spaces of #6cadaf

RGB 108173175
HSL0.500.300.55
HSV182°38°69°
CMYK 0.380.010.00   0.31
XYZ28.865836.170446.0176
Yxy36.17040.25990.3257
Hunter Lab60.1418-19.5750-3.2665
CIE-Lab66.6499-20.1626-7.5900

#6cadaf color RGB value is (108,173,175).

#6cadaf hex color red value is 108, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6cadaf hue: 0.50 , saturation: 0.30 and the lightness value of 6cadaf is 0.55.

The process color (four color CMYK) of #6cadaf color hex is 0.38, 0.01, 0.00, 0.31. Web safe color of #6cadaf is #669999. Color #6cadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 10101111
Octal 154 255 257
Decimal 108 173 175
Hex 6C AD AF

RGB Percentages of Color #6cadaf

%23.68
%37.94
%38.38

CMYK Percentages of Color #6cadaf

%38
%1
%0
%31

Triadic Colors of #6cadaf

#6cadaf #af6cad #adaf6c

Analogous Colors of #6cadaf

#6cadaf #6c8caf #6caf90

Monochromatic Colors of #6cadaf

#6cadaf

Complementary Color

#6cadaf #af6e6c

#6cadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadaf Color CSS Codes

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

#6cadaf Text Font Color

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

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


#6cadaf Background Color

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

This div background color is #6cadaf


#6cadaf Border Color

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

This div border color is #6cadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadaf


Comments

No comments written yet.

Please login to write comment.