Color Hex Logo

#6adbee Color Hex

#6ADBEE
(106,219,238)
0 Favorites   0 Comments

Color spaces of #6adbee

RGB 106219238
HSL0.520.800.67
HSV189°55°93°
CMYK 0.550.080.00   0.07
XYZ46.708059.900389.9891
Yxy59.90030.23760.3047
Hunter Lab77.3953-27.7171-14.7610
CIE-Lab81.7840-26.9154-19.0964

#6adbee color RGB value is (106,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11101110
Octal 152 333 356
Decimal 106 219 238
Hex 6A DB EE

RGB Percentages of Color #6adbee

%18.83
%38.90
%42.27

CMYK Percentages of Color #6adbee

%55
%8
%0
%7

Triadic Colors of #6adbee

#6adbee #ee6adb #dbee6a

Analogous Colors of #6adbee

#6adbee #6a99ee #6aeebf

Monochromatic Colors of #6adbee

#6adbee

Complementary Color

#6adbee #ee7d6a

#6adbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbee Color CSS Codes

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

#6adbee Text Font Color

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

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


#6adbee Background Color

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

This div background color is #6adbee


#6adbee Border Color

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

This div border color is #6adbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbee


Comments

No comments written yet.

Please login to write comment.