Color Hex Logo

#6daeff Color Hex

#6DAEFF
(109,174,255)
0 Favorites   0 Comments

Color spaces of #6daeff

RGB 109174255
HSL0.591.000.71
HSV213°57°100°
CMYK 0.570.320.00   0.00
XYZ39.492740.7433100.3905
Yxy40.74330.21860.2256
Hunter Lab63.8305-1.2632-48.5680
CIE-Lab69.99572.4325-46.3904

#6daeff color RGB value is (109,174,255).

#6daeff hex color red value is 109, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6daeff hue: 0.59 , saturation: 1.00 and the lightness value of 6daeff is 0.71.

The process color (four color CMYK) of #6daeff color hex is 0.57, 0.32, 0.00, 0.00. Web safe color of #6daeff is #6699ff. Color #6daeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 11111111
Octal 155 256 377
Decimal 109 174 255
Hex 6D AE FF

RGB Percentages of Color #6daeff

%20.26
%32.34
%47.40

CMYK Percentages of Color #6daeff

%57
%32
%0
%0

Triadic Colors of #6daeff

#6daeff #ff6dae #aeff6d

Analogous Colors of #6daeff

#6daeff #756dff #6df7ff

Monochromatic Colors of #6daeff

#6daeff

Complementary Color

#6daeff #ffbe6d

#6daeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daeff Color CSS Codes

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

#6daeff Text Font Color

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

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


#6daeff Background Color

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

This div background color is #6daeff


#6daeff Border Color

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

This div border color is #6daeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daeff


Comments

No comments written yet.

Please login to write comment.