Color Hex Logo

#8bbbd3 Color Hex

#8BBBD3
(139,187,211)
0 Favorites   0 Comments

Color spaces of #8bbbd3

RGB 139187211
HSL0.560.450.69
HSV200°34°83°
CMYK 0.340.110.00   0.17
XYZ40.175745.732868.3378
Yxy45.73280.26050.2965
Hunter Lab67.6260-12.3011-12.5758
CIE-Lab73.3718-9.9811-17.1474

#8bbbd3 color RGB value is (139,187,211).

#8bbbd3 hex color red value is 139, green value is 187 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #8bbbd3 hue: 0.56 , saturation: 0.45 and the lightness value of 8bbbd3 is 0.69.

The process color (four color CMYK) of #8bbbd3 color hex is 0.34, 0.11, 0.00, 0.17. Web safe color of #8bbbd3 is #99cccc. Color #8bbbd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11010011
Octal 213 273 323
Decimal 139 187 211
Hex 8B BB D3

RGB Percentages of Color #8bbbd3

%25.88
%34.82
%39.29

CMYK Percentages of Color #8bbbd3

%34
%11
%0
%17

Triadic Colors of #8bbbd3

#8bbbd3 #d38bbb #bbd38b

Analogous Colors of #8bbbd3

#8bbbd3 #8b97d3 #8bd3c7

Monochromatic Colors of #8bbbd3

#8bbbd3

Complementary Color

#8bbbd3 #d3a38b

#8bbbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbd3 Color CSS Codes

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

#8bbbd3 Text Font Color

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

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


#8bbbd3 Background Color

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

This div background color is #8bbbd3


#8bbbd3 Border Color

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

This div border color is #8bbbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbd3


Comments

No comments written yet.

Please login to write comment.