Color Hex Logo

#6bbada Color Hex

#6BBADA
(107,186,218)
0 Favorites   0 Comments

Color spaces of #6bbada

RGB 107186218
HSL0.550.600.64
HSV197°51°85°
CMYK 0.510.150.00   0.15
XYZ36.277243.305672.7765
Yxy43.30560.23810.2842
Hunter Lab65.8070-16.7611-19.5044
CIE-Lab71.7619-15.5944-23.5530

#6bbada color RGB value is (107,186,218).

#6bbada hex color red value is 107, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6bbada hue: 0.55 , saturation: 0.60 and the lightness value of 6bbada is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11011010
Octal 153 272 332
Decimal 107 186 218
Hex 6B BA DA

RGB Percentages of Color #6bbada

%20.94
%36.40
%42.66

CMYK Percentages of Color #6bbada

%51
%15
%0
%15

Triadic Colors of #6bbada

#6bbada #da6bba #bada6b

Analogous Colors of #6bbada

#6bbada #6b83da #6bdac3

Monochromatic Colors of #6bbada

#6bbada

Complementary Color

#6bbada #da8b6b

#6bbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbada Color CSS Codes

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

#6bbada Text Font Color

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

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


#6bbada Background Color

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

This div background color is #6bbada


#6bbada Border Color

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

This div border color is #6bbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbada


Comments

No comments written yet.

Please login to write comment.