Color Hex Logo

#6badcc Color Hex

#6BADCC
(107,173,204)
0 Favorites   0 Comments

Color spaces of #6badcc

RGB 107173204
HSL0.550.490.61
HSV199°48°80°
CMYK 0.480.150.00   0.20
XYZ31.906137.372662.6587
Yxy37.37260.24180.2833
Hunter Lab61.1331-13.8217-17.9764
CIE-Lab67.5556-12.6587-22.2940

#6badcc color RGB value is (107,173,204).

#6badcc hex color red value is 107, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6badcc hue: 0.55 , saturation: 0.49 and the lightness value of 6badcc is 0.61.

The process color (four color CMYK) of #6badcc color hex is 0.48, 0.15, 0.00, 0.20. Web safe color of #6badcc is #6699cc. Color #6badcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 11001100
Octal 153 255 314
Decimal 107 173 204
Hex 6B AD CC

RGB Percentages of Color #6badcc

%22.11
%35.74
%42.15

CMYK Percentages of Color #6badcc

%48
%15
%0
%20

Triadic Colors of #6badcc

#6badcc #cc6bad #adcc6b

Analogous Colors of #6badcc

#6badcc #6b7dcc #6bccbb

Monochromatic Colors of #6badcc

#6badcc

Complementary Color

#6badcc #cc8a6b

#6badcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badcc Color CSS Codes

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

#6badcc Text Font Color

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

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


#6badcc Background Color

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

This div background color is #6badcc


#6badcc Border Color

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

This div border color is #6badcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badcc


Comments

No comments written yet.

Please login to write comment.