Color Hex Logo

#6fbade Color Hex

#6FBADE
(111,186,222)
0 Favorites   0 Comments

Color spaces of #6fbade

RGB 111186222
HSL0.550.630.65
HSV199°50°87°
CMYK 0.500.160.00   0.13
XYZ37.299343.771275.5901
Yxy43.77120.23810.2794
Hunter Lab66.1598-15.1457-21.4292
CIE-Lab72.0753-13.5706-25.2378

#6fbade color RGB value is (111,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11011110
Octal 157 272 336
Decimal 111 186 222
Hex 6F BA DE

RGB Percentages of Color #6fbade

%21.39
%35.84
%42.77

CMYK Percentages of Color #6fbade

%50
%16
%0
%13

Triadic Colors of #6fbade

#6fbade #de6fba #bade6f

Analogous Colors of #6fbade

#6fbade #6f83de #6fdecb

Monochromatic Colors of #6fbade

#6fbade

Complementary Color

#6fbade #de936f

#6fbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbade Color CSS Codes

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

#6fbade Text Font Color

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

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


#6fbade Background Color

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

This div background color is #6fbade


#6fbade Border Color

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

This div border color is #6fbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbade


Comments

No comments written yet.

Please login to write comment.