Color Hex Logo

#8bbddc Color Hex

#8BBDDC
(139,189,220)
0 Favorites   0 Comments

Color spaces of #8bbddc

RGB 139189220
HSL0.560.540.70
HSV203°37°86°
CMYK 0.370.140.00   0.14
XYZ41.763347.051574.5908
Yxy47.05150.25560.2879
Hunter Lab68.5941-11.3605-16.4574
CIE-Lab74.2227-8.7697-20.7515

#8bbddc color RGB value is (139,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11011100
Octal 213 275 334
Decimal 139 189 220
Hex 8B BD DC

RGB Percentages of Color #8bbddc

%25.36
%34.49
%40.15

CMYK Percentages of Color #8bbddc

%37
%14
%0
%14

Triadic Colors of #8bbddc

#8bbddc #dc8bbd #bddc8b

Analogous Colors of #8bbddc

#8bbddc #8b95dc #8bdcd3

Monochromatic Colors of #8bbddc

#8bbddc

Complementary Color

#8bbddc #dcaa8b

#8bbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbddc Color CSS Codes

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

#8bbddc Text Font Color

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

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


#8bbddc Background Color

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

This div background color is #8bbddc


#8bbddc Border Color

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

This div border color is #8bbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbddc


Comments

No comments written yet.

Please login to write comment.