color codes Logo

#6fbadf color codes

#6FBADF
(111,186,223)
0 Favorites   0 Comments

Color spaces of #6fbadf

RGB 111186223
HSL0.560.640.65
HSV200°50°87°
CMYK 0.500.170.00   0.13
XYZ37.433743.825076.2981
Yxy43.82500.23760.2782
Hunter Lab66.2005-14.9162-21.9933
CIE-Lab72.1114-13.2869-25.7268

#6fbadf color RGB value is (111,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11011111
Octal 157 272 337
Decimal 111 186 223
Hex 6F BA DF

RGB Percentages of Color #6fbadf

%21.35
%35.77
%42.88

CMYK Percentages of Color #6fbadf

%50
%17
%0
%13

Triadic Colors of #6fbadf

#6fbadf #df6fba #badf6f

Analogous Colors of #6fbadf

#6fbadf #6f82df #6fdfcc

Monochromatic Colors of #6fbadf

#6fbadf

Complementary Color

#6fbadf #df946f

#6fbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbadf Color CSS Codes

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

#6fbadf Text Font Color

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

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


#6fbadf Background Color

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

This div background color is #6fbadf


#6fbadf Border Color

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

This div border color is #6fbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbadf


Comments

No comments written yet.

Please login to write comment.