Color Hex Logo

#6dbadc Color Hex

#6DBADC
(109,186,220)
0 Favorites   0 Comments

Color spaces of #6dbadc

RGB 109186220
HSL0.550.610.65
HSV198°50°86°
CMYK 0.500.150.00   0.14
XYZ36.783843.536374.1748
Yxy43.53630.23810.2818
Hunter Lab65.9820-15.9580-20.4644
CIE-Lab71.9175-14.5845-24.3977

#6dbadc color RGB value is (109,186,220).

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

The process color (four color CMYK) of #6dbadc color hex is 0.50, 0.15, 0.00, 0.14. Web safe color of #6dbadc is #66cccc. Color #6dbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 11011100
Octal 155 272 334
Decimal 109 186 220
Hex 6D BA DC

RGB Percentages of Color #6dbadc

%21.17
%36.12
%42.72

CMYK Percentages of Color #6dbadc

%50
%15
%0
%14

Triadic Colors of #6dbadc

#6dbadc #dc6dba #badc6d

Analogous Colors of #6dbadc

#6dbadc #6d83dc #6ddcc7

Monochromatic Colors of #6dbadc

#6dbadc

Complementary Color

#6dbadc #dc8f6d

#6dbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbadc Color CSS Codes

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

#6dbadc Text Font Color

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

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


#6dbadc Background Color

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

This div background color is #6dbadc


#6dbadc Border Color

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

This div border color is #6dbadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,186,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbadc


Comments

No comments written yet.

Please login to write comment.