Color Hex Logo

#6dadec Color Hex

#6DADEC
(109,173,236)
0 Favorites   0 Comments

Color spaces of #6dadec

RGB 109173236
HSL0.580.770.68
HSV210°54°93°
CMYK 0.540.270.00   0.07
XYZ36.390639.194585.0042
Yxy39.19450.22660.2441
Hunter Lab62.6055-5.8032-36.6786
CIE-Lab68.8919-2.8463-37.7924

#6dadec color RGB value is (109,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11101100
Octal 155 255 354
Decimal 109 173 236
Hex 6D AD EC

RGB Percentages of Color #6dadec

%21.04
%33.40
%45.56

CMYK Percentages of Color #6dadec

%54
%27
%0
%7

Triadic Colors of #6dadec

#6dadec #ec6dad #adec6d

Analogous Colors of #6dadec

#6dadec #6d6eec #6decec

Monochromatic Colors of #6dadec

#6dadec

Complementary Color

#6dadec #ecac6d

#6dadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dadec Color CSS Codes

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

#6dadec Text Font Color

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

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


#6dadec Background Color

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

This div background color is #6dadec


#6dadec Border Color

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

This div border color is #6dadec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,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 #6dadec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dadec


Comments

No comments written yet.

Please login to write comment.