Color Hex Logo

#6adbec Color Hex

#6ADBEC
(106,219,236)
0 Favorites   0 Comments

Color spaces of #6adbec

RGB 106219236
HSL0.520.770.67
HSV188°55°93°
CMYK 0.550.070.00   0.07
XYZ46.415759.783388.4499
Yxy59.78330.23850.3071
Hunter Lab77.3197-28.1542-13.7011
CIE-Lab81.7203-27.4656-18.1300

#6adbec color RGB value is (106,219,236).

#6adbec hex color red value is 106, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6adbec hue: 0.52 , saturation: 0.77 and the lightness value of 6adbec is 0.67.

The process color (four color CMYK) of #6adbec color hex is 0.55, 0.07, 0.00, 0.07. Web safe color of #6adbec is #66ccff. Color #6adbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11101100
Octal 152 333 354
Decimal 106 219 236
Hex 6A DB EC

RGB Percentages of Color #6adbec

%18.89
%39.04
%42.07

CMYK Percentages of Color #6adbec

%55
%7
%0
%7

Triadic Colors of #6adbec

#6adbec #ec6adb #dbec6a

Analogous Colors of #6adbec

#6adbec #6a9aec #6aecbc

Monochromatic Colors of #6adbec

#6adbec

Complementary Color

#6adbec #ec7b6a

#6adbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbec Color CSS Codes

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

#6adbec Text Font Color

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

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


#6adbec Background Color

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

This div background color is #6adbec


#6adbec Border Color

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

This div border color is #6adbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbec


Comments

No comments written yet.

Please login to write comment.