Color Hex Logo

#6abddb Color Hex

#6ABDDB
(106,189,219)
0 Favorites   0 Comments

Color spaces of #6abddb

RGB 106189219
HSL0.540.610.64
HSV196°52°86°
CMYK 0.520.140.00   0.14
XYZ36.927644.573873.6752
Yxy44.57380.23800.2872
Hunter Lab66.7636-18.1062-18.6934
CIE-Lab72.6104-17.0969-22.8070

#6abddb color RGB value is (106,189,219).

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

The process color (four color CMYK) of #6abddb color hex is 0.52, 0.14, 0.00, 0.14. Web safe color of #6abddb is #66cccc. Color #6abddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 11011011
Octal 152 275 333
Decimal 106 189 219
Hex 6A BD DB

RGB Percentages of Color #6abddb

%20.62
%36.77
%42.61

CMYK Percentages of Color #6abddb

%52
%14
%0
%14

Triadic Colors of #6abddb

#6abddb #db6abd #bddb6a

Analogous Colors of #6abddb

#6abddb #6a85db #6adbc1

Monochromatic Colors of #6abddb

#6abddb

Complementary Color

#6abddb #db886a

#6abddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abddb Color CSS Codes

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

#6abddb Text Font Color

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

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


#6abddb Background Color

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

This div background color is #6abddb


#6abddb Border Color

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

This div border color is #6abddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abddb


Comments

No comments written yet.

Please login to write comment.