Color Hex Logo

#6adbde Color Hex

#6ADBDE
(106,219,222)
0 Favorites   0 Comments

Color spaces of #6adbde

RGB 106219222
HSL0.500.640.64
HSV182°52°87°
CMYK 0.520.010.00   0.13
XYZ44.460259.001178.1523
Yxy59.00110.24480.3249
Hunter Lab76.8122-31.1025-6.5559
CIE-Lab81.2922-31.2295-11.3253

#6adbde color RGB value is (106,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11011110
Octal 152 333 336
Decimal 106 219 222
Hex 6A DB DE

RGB Percentages of Color #6adbde

%19.38
%40.04
%40.59

CMYK Percentages of Color #6adbde

%52
%1
%0
%13

Triadic Colors of #6adbde

#6adbde #de6adb #dbde6a

Analogous Colors of #6adbde

#6adbde #6aa1de #6adea7

Monochromatic Colors of #6adbde

#6adbde

Complementary Color

#6adbde #de6d6a

#6adbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbde Color CSS Codes

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

#6adbde Text Font Color

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

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


#6adbde Background Color

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

This div background color is #6adbde


#6adbde Border Color

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

This div border color is #6adbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbde


Comments

No comments written yet.

Please login to write comment.