Color Hex Logo

#6bbadf Color Hex

#6BBADF
(107,186,223)
0 Favorites   0 Comments

Color spaces of #6bbadf

RGB 107186223
HSL0.550.640.65
HSV199°52°87°
CMYK 0.520.170.00   0.13
XYZ36.941643.571376.2751
Yxy43.57130.23560.2779
Hunter Lab66.0086-15.6177-22.3056
CIE-Lab71.9410-14.1657-26.0026

#6bbadf color RGB value is (107,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11011111
Octal 153 272 337
Decimal 107 186 223
Hex 6B BA DF

RGB Percentages of Color #6bbadf

%20.74
%36.05
%43.22

CMYK Percentages of Color #6bbadf

%52
%17
%0
%13

Triadic Colors of #6bbadf

#6bbadf #df6bba #badf6b

Analogous Colors of #6bbadf

#6bbadf #6b80df #6bdfca

Monochromatic Colors of #6bbadf

#6bbadf

Complementary Color

#6bbadf #df906b

#6bbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbadf Color CSS Codes

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

#6bbadf Text Font Color

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

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


#6bbadf Background Color

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

This div background color is #6bbadf


#6bbadf Border Color

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

This div border color is #6bbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbadf


Comments

No comments written yet.

Please login to write comment.