Color Hex Logo

#6abedb Color Hex

#6ABEDB
(106,190,219)
0 Favorites   0 Comments

Color spaces of #6abedb

RGB 106190219
HSL0.540.610.64
HSV195°52°86°
CMYK 0.520.130.00   0.14
XYZ37.143545.005673.7471
Yxy45.00560.23830.2887
Hunter Lab67.0862-18.5711-18.2165
CIE-Lab72.8956-17.6167-22.3724

#6abedb color RGB value is (106,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11011011
Octal 152 276 333
Decimal 106 190 219
Hex 6A BE DB

RGB Percentages of Color #6abedb

%20.58
%36.89
%42.52

CMYK Percentages of Color #6abedb

%52
%13
%0
%14

Triadic Colors of #6abedb

#6abedb #db6abe #bedb6a

Analogous Colors of #6abedb

#6abedb #6a86db #6adbc0

Monochromatic Colors of #6abedb

#6abedb

Complementary Color

#6abedb #db876a

#6abedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abedb Color CSS Codes

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

#6abedb Text Font Color

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

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


#6abedb Background Color

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

This div background color is #6abedb


#6abedb Border Color

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

This div border color is #6abedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abedb


Comments

No comments written yet.

Please login to write comment.