Color Hex Logo

#6daada Color Hex

#6DAADA
(109,170,218)
0 Favorites   0 Comments

Color spaces of #6daada

RGB 109170218
HSL0.570.600.64
HSV206°50°85°
CMYK 0.500.220.00   0.15
XYZ33.336337.062671.7265
Yxy37.06260.23460.2608
Hunter Lab60.8791-8.7949-27.2390
CIE-Lab67.3240-6.5437-30.3596

#6daada color RGB value is (109,170,218).

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

The process color (four color CMYK) of #6daada color hex is 0.50, 0.22, 0.00, 0.15. Web safe color of #6daada is #6699cc. Color #6daada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11011010
Octal 155 252 332
Decimal 109 170 218
Hex 6D AA DA

RGB Percentages of Color #6daada

%21.93
%34.21
%43.86

CMYK Percentages of Color #6daada

%50
%22
%0
%15

Triadic Colors of #6daada

#6daada #da6daa #aada6d

Analogous Colors of #6daada

#6daada #6d74da #6ddad4

Monochromatic Colors of #6daada

#6daada

Complementary Color

#6daada #da9d6d

#6daada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daada Color CSS Codes

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

#6daada Text Font Color

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

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


#6daada Background Color

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

This div background color is #6daada


#6daada Border Color

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

This div border color is #6daada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daada


Comments

No comments written yet.

Please login to write comment.