Color Hex Logo

#6bbade Color Hex

#6BBADE
(107,186,222)
0 Favorites   0 Comments

Color spaces of #6bbade

RGB 107186222
HSL0.550.640.65
HSV199°52°87°
CMYK 0.520.160.00   0.13
XYZ36.807143.517575.5670
Yxy43.51750.23610.2792
Hunter Lab65.9678-15.8486-21.7400
CIE-Lab71.9048-14.4530-25.5137

#6bbade color RGB value is (107,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11011110
Octal 153 272 336
Decimal 107 186 222
Hex 6B BA DE

RGB Percentages of Color #6bbade

%20.78
%36.12
%43.11

CMYK Percentages of Color #6bbade

%52
%16
%0
%13

Triadic Colors of #6bbade

#6bbade #de6bba #bade6b

Analogous Colors of #6bbade

#6bbade #6b81de #6bdec9

Monochromatic Colors of #6bbade

#6bbade

Complementary Color

#6bbade #de8f6b

#6bbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbade Color CSS Codes

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

#6bbade Text Font Color

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

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


#6bbade Background Color

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

This div background color is #6bbade


#6bbade Border Color

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

This div border color is #6bbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbade


Comments

No comments written yet.

Please login to write comment.