Color Hex Logo

#6fbadb Color Hex

#6FBADB
(111,186,219)
0 Favorites   0 Comments

Color spaces of #6fbadb

RGB 111186219
HSL0.550.600.65
HSV198°49°86°
CMYK 0.490.150.00   0.14
XYZ36.900643.611873.4909
Yxy43.61180.23960.2832
Hunter Lab66.0392-15.8286-19.7526
CIE-Lab71.9683-14.4182-23.7676

#6fbadb color RGB value is (111,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11011011
Octal 157 272 333
Decimal 111 186 219
Hex 6F BA DB

RGB Percentages of Color #6fbadb

%21.51
%36.05
%42.44

CMYK Percentages of Color #6fbadb

%49
%15
%0
%14

Triadic Colors of #6fbadb

#6fbadb #db6fba #badb6f

Analogous Colors of #6fbadb

#6fbadb #6f84db #6fdbc6

Monochromatic Colors of #6fbadb

#6fbadb

Complementary Color

#6fbadb #db906f

#6fbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbadb Color CSS Codes

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

#6fbadb Text Font Color

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

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


#6fbadb Background Color

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

This div background color is #6fbadb


#6fbadb Border Color

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

This div border color is #6fbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbadb

#6fbadb Color Palettes


Comments

No comments written yet.

Please login to write comment.