Color Hex Logo

#6dbade Color Hex

#6DBADE
(109,186,222)
0 Favorites   0 Comments

Color spaces of #6dbade

RGB 109186222
HSL0.550.630.65
HSV199°51°87°
CMYK 0.510.160.00   0.13
XYZ37.050443.642975.5784
Yxy43.64290.23710.2793
Hunter Lab66.0628-15.5006-21.5861
CIE-Lab71.9892-14.0154-25.3771

#6dbade color RGB value is (109,186,222).

#6dbade hex color red value is 109, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6dbade hue: 0.55 , saturation: 0.63 and the lightness value of 6dbade is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11011110
Octal 155 272 336
Decimal 109 186 222
Hex 6D BA DE

RGB Percentages of Color #6dbade

%21.08
%35.98
%42.94

CMYK Percentages of Color #6dbade

%51
%16
%0
%13

Triadic Colors of #6dbade

#6dbade #de6dba #bade6d

Analogous Colors of #6dbade

#6dbade #6d82de #6ddeca

Monochromatic Colors of #6dbade

#6dbade

Complementary Color

#6dbade #de916d

#6dbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbade Color CSS Codes

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

#6dbade Text Font Color

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

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


#6dbade Background Color

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

This div background color is #6dbade


#6dbade Border Color

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

This div border color is #6dbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbade


Comments

No comments written yet.

Please login to write comment.