Color Hex Logo

#6badb8 Color Hex

#6BADB8
(107,173,184)
0 Favorites   0 Comments

Color spaces of #6badb8

RGB 107173184
HSL0.520.350.57
HSV189°42°72°
CMYK 0.420.060.00   0.28
XYZ29.658736.473650.8243
Yxy36.47360.25360.3119
Hunter Lab60.3934-18.0285-7.6204
CIE-Lab66.8802-18.1058-12.2466

#6badb8 color RGB value is (107,173,184).

#6badb8 hex color red value is 107, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #6badb8 hue: 0.52 , saturation: 0.35 and the lightness value of 6badb8 is 0.57.

The process color (four color CMYK) of #6badb8 color hex is 0.42, 0.06, 0.00, 0.28. Web safe color of #6badb8 is #6699cc. Color #6badb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 10111000
Octal 153 255 270
Decimal 107 173 184
Hex 6B AD B8

RGB Percentages of Color #6badb8

%23.06
%37.28
%39.66

CMYK Percentages of Color #6badb8

%42
%6
%0
%28

Triadic Colors of #6badb8

#6badb8 #b86bad #adb86b

Analogous Colors of #6badb8

#6badb8 #6b87b8 #6bb89d

Monochromatic Colors of #6badb8

#6badb8

Complementary Color

#6badb8 #b8766b

#6badb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badb8 Color CSS Codes

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

#6badb8 Text Font Color

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

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


#6badb8 Background Color

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

This div background color is #6badb8


#6badb8 Border Color

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

This div border color is #6badb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badb8


Comments

No comments written yet.

Please login to write comment.