Color Hex Logo

#6dacdb Color Hex

#6DACDB
(109,172,219)
0 Favorites   0 Comments

Color spaces of #6dacdb

RGB 109172219
HSL0.570.600.64
HSV206°50°86°
CMYK 0.500.210.00   0.14
XYZ33.845437.870772.5438
Yxy37.87070.23460.2625
Hunter Lab61.5392-9.5219-26.8150
CIE-Lab67.9252-7.3493-29.9815

#6dacdb color RGB value is (109,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11011011
Octal 155 254 333
Decimal 109 172 219
Hex 6D AC DB

RGB Percentages of Color #6dacdb

%21.80
%34.40
%43.80

CMYK Percentages of Color #6dacdb

%50
%21
%0
%14

Triadic Colors of #6dacdb

#6dacdb #db6dac #acdb6d

Analogous Colors of #6dacdb

#6dacdb #6d75db #6ddbd3

Monochromatic Colors of #6dacdb

#6dacdb

Complementary Color

#6dacdb #db9c6d

#6dacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacdb Color CSS Codes

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

#6dacdb Text Font Color

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

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


#6dacdb Background Color

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

This div background color is #6dacdb


#6dacdb Border Color

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

This div border color is #6dacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacdb

#6dacdb Color Palettes


Comments

No comments written yet.

Please login to write comment.