Color Hex Logo

#6adbdd Color Hex

#6ADBDD
(106,219,221)
0 Favorites   0 Comments

Color spaces of #6adbdd

RGB 106219221
HSL0.500.630.64
HSV181°52°87°
CMYK 0.520.010.00   0.13
XYZ44.326558.947777.4484
Yxy58.94770.24530.3262
Hunter Lab76.7774-31.3057-6.0640
CIE-Lab81.2628-31.4924-10.8366

#6adbdd color RGB value is (106,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11011101
Octal 152 333 335
Decimal 106 219 221
Hex 6A DB DD

RGB Percentages of Color #6adbdd

%19.41
%40.11
%40.48

CMYK Percentages of Color #6adbdd

%52
%1
%0
%13

Triadic Colors of #6adbdd

#6adbdd #dd6adb #dbdd6a

Analogous Colors of #6adbdd

#6adbdd #6aa2dd #6adda6

Monochromatic Colors of #6adbdd

#6adbdd

Complementary Color

#6adbdd #dd6c6a

#6adbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbdd Color CSS Codes

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

#6adbdd Text Font Color

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

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


#6adbdd Background Color

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

This div background color is #6adbdd


#6adbdd Border Color

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

This div border color is #6adbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbdd


Comments

No comments written yet.

Please login to write comment.