Color Hex Logo

#6cadec Color Hex

#6CADEC
(108,173,236)
0 Favorites   0 Comments

Color spaces of #6cadec

RGB 108173236
HSL0.580.770.67
HSV210°54°93°
CMYK 0.540.270.00   0.07
XYZ36.268239.131484.9985
Yxy39.13140.22610.2440
Hunter Lab62.5551-5.9807-36.7734
CIE-Lab68.8463-3.0574-37.8669

#6cadec color RGB value is (108,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 11101100
Octal 154 255 354
Decimal 108 173 236
Hex 6C AD EC

RGB Percentages of Color #6cadec

%20.89
%33.46
%45.65

CMYK Percentages of Color #6cadec

%54
%27
%0
%7

Triadic Colors of #6cadec

#6cadec #ec6cad #adec6c

Analogous Colors of #6cadec

#6cadec #6c6dec #6ceceb

Monochromatic Colors of #6cadec

#6cadec

Complementary Color

#6cadec #ecab6c

#6cadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadec Color CSS Codes

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

#6cadec Text Font Color

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

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


#6cadec Background Color

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

This div background color is #6cadec


#6cadec Border Color

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

This div border color is #6cadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadec


Comments

No comments written yet.

Please login to write comment.