Color Hex Logo

#8bbccc Color Hex

#8BBCCC
(139,188,204)
0 Favorites   0 Comments

Color spaces of #8bbccc

RGB 139188204
HSL0.540.390.67
HSV195°32°80°
CMYK 0.320.080.00   0.20
XYZ39.529845.815063.8865
Yxy45.81500.26490.3070
Hunter Lab67.6868-14.2060-8.5804
CIE-Lab73.4253-12.2336-13.2534

#8bbccc color RGB value is (139,188,204).

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

The process color (four color CMYK) of #8bbccc color hex is 0.32, 0.08, 0.00, 0.20. Web safe color of #8bbccc is #99cccc. Color #8bbccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11001100
Octal 213 274 314
Decimal 139 188 204
Hex 8B BC CC

RGB Percentages of Color #8bbccc

%26.18
%35.40
%38.42

CMYK Percentages of Color #8bbccc

%32
%8
%0
%20

Triadic Colors of #8bbccc

#8bbccc #cc8bbc #bccc8b

Analogous Colors of #8bbccc

#8bbccc #8b9ccc #8bccbc

Monochromatic Colors of #8bbccc

#8bbccc

Complementary Color

#8bbccc #cc9b8b

#8bbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbccc Color CSS Codes

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

#8bbccc Text Font Color

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

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


#8bbccc Background Color

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

This div background color is #8bbccc


#8bbccc Border Color

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

This div border color is #8bbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbccc

#8bbccc Color Palettes


Comments

No comments written yet.

Please login to write comment.