Color Hex Logo

#6dacff Color Hex

#6DACFF
(109,172,255)
0 Favorites   0 Comments

Color spaces of #6dacff

RGB 109172255
HSL0.591.000.71
HSV214°57°100°
CMYK 0.570.330.00   0.00
XYZ39.109239.9763100.2627
Yxy39.97630.21810.2229
Hunter Lab63.2268-0.2350-49.7611
CIE-Lab69.45263.5616-47.2441

#6dacff color RGB value is (109,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11111111
Octal 155 254 377
Decimal 109 172 255
Hex 6D AC FF

RGB Percentages of Color #6dacff

%20.34
%32.09
%47.57

CMYK Percentages of Color #6dacff

%57
%33
%0
%0

Triadic Colors of #6dacff

#6dacff #ff6dac #acff6d

Analogous Colors of #6dacff

#6dacff #776dff #6df5ff

Monochromatic Colors of #6dacff

#6dacff

Complementary Color

#6dacff #ffc06d

#6dacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacff Color CSS Codes

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

#6dacff Text Font Color

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

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


#6dacff Background Color

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

This div background color is #6dacff


#6dacff Border Color

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

This div border color is #6dacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacff

Related Colors


Comments

No comments written yet.

Please login to write comment.