Color Hex Logo

#8bbbdc Color Hex

#8BBBDC
(139,187,220)
0 Favorites   0 Comments

Color spaces of #8bbbdc

RGB 139187220
HSL0.570.540.70
HSV204°37°86°
CMYK 0.370.150.00   0.14
XYZ41.336146.196974.4484
Yxy46.19690.25520.2852
Hunter Lab67.9683-10.3867-17.3649
CIE-Lab73.6731-7.7014-21.5868

#8bbbdc color RGB value is (139,187,220).

#8bbbdc hex color red value is 139, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8bbbdc hue: 0.57 , saturation: 0.54 and the lightness value of 8bbbdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11011100
Octal 213 273 334
Decimal 139 187 220
Hex 8B BB DC

RGB Percentages of Color #8bbbdc

%25.46
%34.25
%40.29

CMYK Percentages of Color #8bbbdc

%37
%15
%0
%14

Triadic Colors of #8bbbdc

#8bbbdc #dc8bbb #bbdc8b

Analogous Colors of #8bbbdc

#8bbbdc #8b93dc #8bdcd5

Monochromatic Colors of #8bbbdc

#8bbbdc

Complementary Color

#8bbbdc #dcac8b

#8bbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbdc Color CSS Codes

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

#8bbbdc Text Font Color

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

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


#8bbbdc Background Color

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

This div background color is #8bbbdc


#8bbbdc Border Color

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

This div border color is #8bbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbdc


Comments

No comments written yet.

Please login to write comment.