Color Hex Logo

#8bccdd Color Hex

#8BCCDD
(139,204,221)
0 Favorites   0 Comments

Color spaces of #8bccdd

RGB 139204221
HSL0.530.550.71
HSV192°37°87°
CMYK 0.370.080.00   0.13
XYZ45.291553.895276.4223
Yxy53.89520.25790.3069
Hunter Lab73.4134-18.3499-10.3307
CIE-Lab78.4006-16.3615-14.9796

#8bccdd color RGB value is (139,204,221).

#8bccdd hex color red value is 139, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8bccdd hue: 0.53 , saturation: 0.55 and the lightness value of 8bccdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001100 11011101
Octal 213 314 335
Decimal 139 204 221
Hex 8B CC DD

RGB Percentages of Color #8bccdd

%24.65
%36.17
%39.18

CMYK Percentages of Color #8bccdd

%37
%8
%0
%13

Triadic Colors of #8bccdd

#8bccdd #dd8bcc #ccdd8b

Analogous Colors of #8bccdd

#8bccdd #8ba3dd #8bddc5

Monochromatic Colors of #8bccdd

#8bccdd

Complementary Color

#8bccdd #dd9c8b

#8bccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bccdd Color CSS Codes

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

#8bccdd Text Font Color

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

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


#8bccdd Background Color

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

This div background color is #8bccdd


#8bccdd Border Color

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

This div border color is #8bccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bccdd


Comments

No comments written yet.

Please login to write comment.