Color Hex Logo

#8bbcdd Color Hex

#8BBCDD
(139,188,221)
0 Favorites   0 Comments

Color spaces of #8bbcdd

RGB 139188221
HSL0.570.550.71
HSV204°37°87°
CMYK 0.370.150.00   0.13
XYZ41.681846.675975.2191
Yxy46.67590.25480.2853
Hunter Lab68.3198-10.6570-17.4536
CIE-Lab73.9820-7.9796-21.6602

#8bbcdd color RGB value is (139,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11011101
Octal 213 274 335
Decimal 139 188 221
Hex 8B BC DD

RGB Percentages of Color #8bbcdd

%25.36
%34.31
%40.33

CMYK Percentages of Color #8bbcdd

%37
%15
%0
%13

Triadic Colors of #8bbcdd

#8bbcdd #dd8bbc #bcdd8b

Analogous Colors of #8bbcdd

#8bbcdd #8b93dd #8bddd5

Monochromatic Colors of #8bbcdd

#8bbcdd

Complementary Color

#8bbcdd #ddac8b

#8bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcdd Color CSS Codes

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

#8bbcdd Text Font Color

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

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


#8bbcdd Background Color

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

This div background color is #8bbcdd


#8bbcdd Border Color

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

This div border color is #8bbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcdd


Comments

No comments written yet.

Please login to write comment.