Color Hex Logo

#6cadae Color Hex

#6CADAE
(108,173,174)
0 Favorites   0 Comments

Color spaces of #6cadae

RGB 108173174
HSL0.500.290.55
HSV181°38°68°
CMYK 0.380.010.00   0.32
XYZ28.767936.131345.5022
Yxy36.13130.26060.3273
Hunter Lab60.1093-19.7624-2.8055
CIE-Lab66.6201-20.4146-7.0789

#6cadae color RGB value is (108,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 10101110
Octal 154 255 256
Decimal 108 173 174
Hex 6C AD AE

RGB Percentages of Color #6cadae

%23.74
%38.02
%38.24

CMYK Percentages of Color #6cadae

%38
%1
%0
%32

Triadic Colors of #6cadae

#6cadae #ae6cad #adae6c

Analogous Colors of #6cadae

#6cadae #6c8cae #6cae8e

Monochromatic Colors of #6cadae

#6cadae

Complementary Color

#6cadae #ae6d6c

#6cadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadae Color CSS Codes

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

#6cadae Text Font Color

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

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


#6cadae Background Color

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

This div background color is #6cadae


#6cadae Border Color

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

This div border color is #6cadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadae


Comments

No comments written yet.

Please login to write comment.