Color Hex Logo

#6daaea Color Hex

#6DAAEA
(109,170,234)
0 Favorites   0 Comments

Color spaces of #6daaea

RGB 109170234
HSL0.590.750.67
HSV211°53°92°
CMYK 0.530.270.00   0.08
XYZ35.532737.941283.2925
Yxy37.94120.22670.2420
Hunter Lab61.5964-4.8237-37.0562
CIE-Lab67.9773-1.7796-38.1249

#6daaea color RGB value is (109,170,234).

#6daaea hex color red value is 109, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6daaea hue: 0.59 , saturation: 0.75 and the lightness value of 6daaea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11101010
Octal 155 252 352
Decimal 109 170 234
Hex 6D AA EA

RGB Percentages of Color #6daaea

%21.25
%33.14
%45.61

CMYK Percentages of Color #6daaea

%53
%27
%0
%8

Triadic Colors of #6daaea

#6daaea #ea6daa #aaea6d

Analogous Colors of #6daaea

#6daaea #6f6dea #6de9ea

Monochromatic Colors of #6daaea

#6daaea

Complementary Color

#6daaea #eaad6d

#6daaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daaea Color CSS Codes

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

#6daaea Text Font Color

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

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


#6daaea Background Color

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

This div background color is #6daaea


#6daaea Border Color

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

This div border color is #6daaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daaea


Comments

No comments written yet.

Please login to write comment.