Color Hex Logo

#6caadc Color Hex

#6CAADC
(108,170,220)
0 Favorites   0 Comments

Color spaces of #6caadc

RGB 108170220
HSL0.570.620.64
HSV207°51°86°
CMYK 0.510.230.00   0.14
XYZ33.477337.104973.1077
Yxy37.10490.23300.2582
Hunter Lab60.9138-8.4982-28.5192
CIE-Lab67.3557-6.1838-31.4149

#6caadc color RGB value is (108,170,220).

#6caadc hex color red value is 108, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6caadc hue: 0.57 , saturation: 0.62 and the lightness value of 6caadc is 0.64.

The process color (four color CMYK) of #6caadc color hex is 0.51, 0.23, 0.00, 0.14. Web safe color of #6caadc is #6699cc. Color #6caadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 11011100
Octal 154 252 334
Decimal 108 170 220
Hex 6C AA DC

RGB Percentages of Color #6caadc

%21.69
%34.14
%44.18

CMYK Percentages of Color #6caadc

%51
%23
%0
%14

Triadic Colors of #6caadc

#6caadc #dc6caa #aadc6c

Analogous Colors of #6caadc

#6caadc #6c72dc #6cdcd6

Monochromatic Colors of #6caadc

#6caadc

Complementary Color

#6caadc #dc9e6c

#6caadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caadc Color CSS Codes

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

#6caadc Text Font Color

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

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


#6caadc Background Color

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

This div background color is #6caadc


#6caadc Border Color

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

This div border color is #6caadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caadc


Comments

No comments written yet.

Please login to write comment.