Color Hex Logo

#8badcc Color Hex

#8BADCC
(139,173,204)
0 Favorites   0 Comments

Color spaces of #8badcc

RGB 139173204
HSL0.580.390.67
HSV209°32°80°
CMYK 0.320.150.00   0.20
XYZ36.490139.735762.8733
Yxy39.73570.26230.2857
Hunter Lab63.0363-6.9843-15.0113
CIE-Lab69.2809-4.1922-19.5092

#8badcc color RGB value is (139,173,204).

#8badcc hex color red value is 139, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8badcc hue: 0.58 , saturation: 0.39 and the lightness value of 8badcc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 11001100
Octal 213 255 314
Decimal 139 173 204
Hex 8B AD CC

RGB Percentages of Color #8badcc

%26.94
%33.53
%39.53

CMYK Percentages of Color #8badcc

%32
%15
%0
%20

Triadic Colors of #8badcc

#8badcc #cc8bad #adcc8b

Analogous Colors of #8badcc

#8badcc #8b8dcc #8bcccb

Monochromatic Colors of #8badcc

#8badcc

Complementary Color

#8badcc #ccaa8b

#8badcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8badcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8badcc Color CSS Codes

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

#8badcc Text Font Color

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

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


#8badcc Background Color

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

This div background color is #8badcc


#8badcc Border Color

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

This div border color is #8badcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8badcc


Comments

No comments written yet.

Please login to write comment.