Color Hex Logo

#6bacdb Color Hex

#6BACDB
(107,172,219)
0 Favorites   0 Comments

Color spaces of #6bacdb

RGB 107172219
HSL0.570.610.64
HSV205°51°86°
CMYK 0.510.210.00   0.14
XYZ33.602137.745372.5324
Yxy37.74530.23350.2623
Hunter Lab61.4372-9.8874-26.9914
CIE-Lab67.8325-7.8008-30.1322

#6bacdb color RGB value is (107,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 11011011
Octal 153 254 333
Decimal 107 172 219
Hex 6B AC DB

RGB Percentages of Color #6bacdb

%21.49
%34.54
%43.98

CMYK Percentages of Color #6bacdb

%51
%21
%0
%14

Triadic Colors of #6bacdb

#6bacdb #db6bac #acdb6b

Analogous Colors of #6bacdb

#6bacdb #6b74db #6bdbd2

Monochromatic Colors of #6bacdb

#6bacdb

Complementary Color

#6bacdb #db9a6b

#6bacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bacdb Color CSS Codes

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

#6bacdb Text Font Color

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

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


#6bacdb Background Color

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

This div background color is #6bacdb


#6bacdb Border Color

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

This div border color is #6bacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bacdb


Comments

No comments written yet.

Please login to write comment.