Color Hex Logo

#6badbd Color Hex

#6BADBD
(107,173,189)
0 Favorites   0 Comments

Color spaces of #6badbd

RGB 107173189
HSL0.530.380.58
HSV192°43°74°
CMYK 0.430.080.00   0.26
XYZ30.192336.687153.6341
Yxy36.68710.25050.3044
Hunter Lab60.5699-17.0203-10.1019
CIE-Lab67.0416-16.7797-14.7763

#6badbd color RGB value is (107,173,189).

#6badbd hex color red value is 107, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6badbd hue: 0.53 , saturation: 0.38 and the lightness value of 6badbd is 0.58.

The process color (four color CMYK) of #6badbd color hex is 0.43, 0.08, 0.00, 0.26. Web safe color of #6badbd is #6699cc. Color #6badbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 10111101
Octal 153 255 275
Decimal 107 173 189
Hex 6B AD BD

RGB Percentages of Color #6badbd

%22.81
%36.89
%40.30

CMYK Percentages of Color #6badbd

%43
%8
%0
%26

Triadic Colors of #6badbd

#6badbd #bd6bad #adbd6b

Analogous Colors of #6badbd

#6badbd #6b84bd #6bbda4

Monochromatic Colors of #6badbd

#6badbd

Complementary Color

#6badbd #bd7b6b

#6badbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badbd Color CSS Codes

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

#6badbd Text Font Color

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

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


#6badbd Background Color

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

This div background color is #6badbd


#6badbd Border Color

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

This div border color is #6badbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,173,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badbd


Comments

No comments written yet.

Please login to write comment.