Color Hex Logo

#8bbdd3 Color Hex

#8BBDD3
(139,189,211)
0 Favorites   0 Comments

Color spaces of #8bbdd3

RGB 139189211
HSL0.550.450.69
HSV198°34°83°
CMYK 0.340.100.00   0.17
XYZ40.602946.587368.4803
Yxy46.58730.26080.2993
Hunter Lab68.2549-13.2615-11.7074
CIE-Lab73.9250-11.0403-16.3126

#8bbdd3 color RGB value is (139,189,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11010011
Octal 213 275 323
Decimal 139 189 211
Hex 8B BD D3

RGB Percentages of Color #8bbdd3

%25.79
%35.06
%39.15

CMYK Percentages of Color #8bbdd3

%34
%10
%0
%17

Triadic Colors of #8bbdd3

#8bbdd3 #d38bbd #bdd38b

Analogous Colors of #8bbdd3

#8bbdd3 #8b99d3 #8bd3c5

Monochromatic Colors of #8bbdd3

#8bbdd3

Complementary Color

#8bbdd3 #d3a18b

#8bbdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbdd3 Color CSS Codes

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

#8bbdd3 Text Font Color

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

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


#8bbdd3 Background Color

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

This div background color is #8bbdd3


#8bbdd3 Border Color

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

This div border color is #8bbdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbdd3


Comments

No comments written yet.

Please login to write comment.